Adjust translation for RGB light (#2468)

This commit is contained in:
DanielSvoboda 2025-02-17 14:45:21 -03:00 committed by GitHub
parent e40451a3f7
commit 41496e035a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 17 deletions

View file

@ -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>