diff options
author | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-11-16 15:25:41 +0100 |
---|---|---|
committer | Christian Schneppe <christian.schneppe@pix-art.de> | 2019-11-16 15:25:41 +0100 |
commit | d66581e9e6fd09eecc648155980126810e7def16 (patch) | |
tree | e88fb9add9e38ba3c9092252815b3dac477bf8da /src/main | |
parent | 9213106193e01c53fc3b19450a584b9a3fbc8e28 (diff) |
fix some wordings
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index c525cdfc1..5b515a738 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -738,8 +738,8 @@ <string name="pref_omemo_setting_summary_always_off">OMEMO will never be used.</string> <string name="default_on">On by default</string> <string name="default_off">Off by default</string> - <string name="pref_theme_light">Light theme</string> - <string name="pref_theme_dark">Dark theme</string> + <string name="pref_theme_light">Light</string> + <string name="pref_theme_dark">Dark</string> <string name="pref_theme_auto">Automatic</string> <string name="pref_theme_options_summary">Select the theme brightness</string> <string name="pref_theme_options">Theme</string> @@ -989,8 +989,8 @@ <string name="pref_notification_grace_period">Grace Period</string> <string name="pref_notification_grace_period_summary">The length of time notifications are silenced after detecting activity on one of your other devices.</string> <string name="ask_for_writeaccess">Please ask for write access</string> - <string name="pref_theme_blue">blue</string> - <string name="pref_theme_orange">orange</string> + <string name="pref_theme_blue">Blue</string> + <string name="pref_theme_orange">Orange</string> <string name="pref_theme_color_options_summary">Select the theme color palette</string> <string name="pref_theme_color_options">Theme color</string> </resources> |