mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
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:
parent
252f105a95
commit
363d692268
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="inputMask">
|
||||
<string>HHHHHHHH</string>
|
||||
<string notr="true">HHHHHHHH</string>
|
||||
</property>
|
||||
<property name="maxLength">
|
||||
<number>8</number>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue