aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-02-24 15:45:47 +0100
committerChristian Schneppe <christian@pix-art.de>2018-02-24 15:45:47 +0100
commitcd34002f7c8686cdd7a3613e33ef06f78f19072e (patch)
treee56cb00c495c14431e01a20b1be64e0d3ed90a33
parent2e87bea9ad0027f552a4eaa02d9550322c20a436 (diff)
fixed pref_use_white_background_summary to match the correct behaviour
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 4c6912dea..4d3cd5162 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -463,7 +463,7 @@
<string name="elv_undo">undo</string>
<string name="download_failed_could_not_write_file">Download failed: Could not write file</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>
+ <string name="pref_use_white_background_summary">Show sent messages as black text on a white background</string>
<string name="action_check_update">Check for Updates</string>
<string name="title_activity_updater">Update service</string>
<string name="update_available">Version %1$s is available.\n\nFilesize: %2$s\n\nUpdate to version %1$s now?</string>