diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-06-23 20:06:09 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-06-24 19:21:09 +0200 |
commit | 826be185afbb921b2ac793a551255c2c20f73476 (patch) | |
tree | 34a5fcb733b3fd9fe07d41a858c3ead0c54d0cd4 /system | |
parent | ff2589a2942a3b677631b3eb4075f1c6fb2b5cc5 (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-x | system/settings/settings.xml | 2 |
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 --> |