1
0
Fork 0
forked from suyu/suyu

yuzu/configure_system: Mark the entropy mask string as nontranslatable

There's no need for translators to concern themselves with the
validation mask used by the entry field.
This commit is contained in:
Lioncash 2018-11-14 14:53:40 -05:00
parent e1ea8cc721
commit e6676afa18

View file

@ -269,7 +269,7 @@
</font> </font>
</property> </property>
<property name="inputMask"> <property name="inputMask">
<string>HHHHHHHH</string> <string notr="true">HHHHHHHH</string>
</property> </property>
<property name="maxLength"> <property name="maxLength">
<number>8</number> <number>8</number>