aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2022-06-23 20:06:09 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2022-06-24 19:21:09 +0200
commit826be185afbb921b2ac793a551255c2c20f73476 (patch)
tree34a5fcb733b3fd9fe07d41a858c3ead0c54d0cd4 /system
parentff2589a2942a3b677631b3eb4075f1c6fb2b5cc5 (diff)
[settings] Introduce new string id for BackgroundType::NONE as the English word 'None' needs translation to different words for some languages. Example: In German, 'none' can be 'kein', 'keiner', keine', depending on the context.
Diffstat (limited to 'system')
-rwxr-xr-xsystem/settings/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index 32805fed3c..556676b374 100755
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -578,7 +578,7 @@
<default>0</default> <!-- BackgroundType::NONE -->
<constraints>
<options>
- <option label="231">0</option> <!-- BackgroundType::NONE -->
+ <option label="39188">0</option> <!-- BackgroundType::NONE -->
<option label="39166">1</option> <!-- BackgroundType::SHADOW -->
<option label="39167">2</option> <!-- BackgroundType::BOX -->
<option label="39168">3</option> <!-- BackgroundType::SQUAREBOX -->