diff options
| author | 2018-11-14 14:53:40 -0500 | |
|---|---|---|
| committer | 2018-11-14 14:53:43 -0500 | |
| commit | e6676afa18cab59d6ff17ee61021ab90c1d9122f (patch) | |
| tree | 2202f7ac815166f83c27bb8d5d8106d15892dbad /src | |
| parent | Merge pull request #1679 from DarkLordZach/deterministic-rng-2 (diff) | |
| download | yuzu-e6676afa18cab59d6ff17ee61021ab90c1d9122f.tar.gz yuzu-e6676afa18cab59d6ff17ee61021ab90c1d9122f.tar.xz yuzu-e6676afa18cab59d6ff17ee61021ab90c1d9122f.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_system.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_system.ui b/src/yuzu/configuration/configure_system.ui index 4ee233ed7..a91580893 100644 --- a/src/yuzu/configuration/configure_system.ui +++ b/src/yuzu/configuration/configure_system.ui | |||
| @@ -269,7 +269,7 @@ | |||
| 269 | </font> | 269 | </font> |
| 270 | </property> | 270 | </property> |
| 271 | <property name="inputMask"> | 271 | <property name="inputMask"> |
| 272 | <string>HHHHHHHH</string> | 272 | <string notr="true">HHHHHHHH</string> |
| 273 | </property> | 273 | </property> |
| 274 | <property name="maxLength"> | 274 | <property name="maxLength"> |
| 275 | <number>8</number> | 275 | <number>8</number> |