diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-08-24 20:56:25 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-08-24 20:56:25 +0200 |
commit | fb0b4bb4453568b10a830ff14f751318cbcd85d7 (patch) | |
tree | 0bdff60cba06877eaadb383ac8e8a26f7305a97b /src/main/res/values | |
parent | d36ae091b6770948ca0581b2ec09e569fa61b8df (diff) |
added setting to allow for white backgrounds in incoming message bubbles
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 2a03847d..6abc17b1 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -510,4 +510,6 @@ <string name="download_failed_server_not_found">Download failed: Server not found</string> <string name="download_failed_file_not_found">Download failed: File not found</string> <string name="download_failed_could_not_connect">Download failed: Could not connect to host</string> + <string name="pref_use_white_background">Use white background</string> + <string name="pref_use_white_background_summary">Show received messages as black text on a white background</string> </resources> |