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