summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2018-11-14 14:53:40 -0500
committerGravatar Lioncash2018-11-14 14:53:43 -0500
commite6676afa18cab59d6ff17ee61021ab90c1d9122f (patch)
tree2202f7ac815166f83c27bb8d5d8106d15892dbad /src
parentMerge pull request #1679 from DarkLordZach/deterministic-rng-2 (diff)
downloadyuzu-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.ui2
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>