mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-09 04:08:09 +08:00
Merge pull request #1695 from lioncash/tr
yuzu/configure_system: Mark the entropy mask string as nontranslatable
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user