Browse Source
Merge pull request #1695 from lioncash/tr
yuzu/configure_system: Mark the entropy mask string as nontranslatable
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/configure_system.ui
|
|
|
@ -269,7 +269,7 @@ |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
<property name="inputMask"> |
|
|
|
<string>HHHHHHHH</string> |
|
|
|
<string notr="true">HHHHHHHH</string> |
|
|
|
</property> |
|
|
|
<property name="maxLength"> |
|
|
|
<number>8</number> |
|
|
|
|