diff options
author | Ben V. Brown <[email protected]> | 2021-09-12 19:14:45 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2021-09-12 19:14:45 +1000 |
commit | 4b2f350b3542883065bbfdd538f08ece6230266d (patch) | |
tree | 102cff3859f6acdab8669a2ef677bf993ea5c943 /Translations/translation_NL.json | |
parent | 87a96bcff75a0ea22fac8d4343e12c8c17763050 (diff) | |
download | IronOS-4b2f350b3542883065bbfdd538f08ece6230266d.tar.gz IronOS-4b2f350b3542883065bbfdd538f08ece6230266d.zip |
Contrast -> Brightness
As it makes a little more sense in a 1 bit display
Diffstat (limited to 'Translations/translation_NL.json')
-rw-r--r-- | Translations/translation_NL.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Translations/translation_NL.json b/Translations/translation_NL.json index 2d7834ce..6bab2952 100644 --- a/Translations/translation_NL.json +++ b/Translations/translation_NL.json @@ -201,8 +201,8 @@ "text2": ["Spraak :", " NL Nederlands"],
"desc": ""
},
- "Contrast": {
- "text2": ["Screen", "Contrast"],
+ "Brightness": {
+ "text2": ["Screen", "Brightness"],
"desc": "Adjust the contrast/brightness of the OLED screen"
},
"ColourInversion": {
|