diff options
| author | 2018-11-14 15:32:04 -0800 | |
|---|---|---|
| committer | 2018-11-14 15:32:04 -0800 | |
| commit | 53b3c3ab7f57616e0ad9129d2fac3472ff2052c6 (patch) | |
| tree | ed6a7b89a4b662f3086e15927fc00a438f905402 | |
| parent | Merge pull request #1690 from lioncash/nfp (diff) | |
| parent | yuzu/configure_system: Mark the entropy mask string as nontranslatable (diff) | |
| download | yuzu-53b3c3ab7f57616e0ad9129d2fac3472ff2052c6.tar.gz yuzu-53b3c3ab7f57616e0ad9129d2fac3472ff2052c6.tar.xz yuzu-53b3c3ab7f57616e0ad9129d2fac3472ff2052c6.zip | |
Merge pull request #1695 from lioncash/tr
yuzu/configure_system: Mark the entropy mask string as nontranslatable
| -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> |