mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 03:46:18 +00:00
Adjust translation for RGB light (#2468)
This commit is contained in:
parent
e40451a3f7
commit
41496e035a
4 changed files with 13 additions and 17 deletions
|
@ -912,7 +912,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>R: 000</string>
|
||||
<string notr="true">R: 000</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -944,7 +944,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>G: 000</string>
|
||||
<string notr="true">G: 000</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -976,7 +976,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>B: 255</string>
|
||||
<string notr="true">B: 255</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue