aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-16 17:48:32 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-16 17:48:32 +0200
commitbd1a2228d2f3392ee4cf891bcc07c30ccb363bfa (patch)
treecd660270b376d16d5b75c644b3759f5b63c671b3 /src/main/res/values
parentda0d84a2bebe36f70cf528f0d6d002868e48ffa4 (diff)
refactored preference screen
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index a8d62e3d3..ce626b760 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -114,8 +114,8 @@
<string name="pref_sound">Ringtone</string>
<string name="pref_sound_summary">Play sound when a new message arrives</string>
<string name="pref_advanced_options">Advanced</string>
- <string name="pref_never_send_crash">Never send crash reports</string>
- <string name="pref_never_send_crash_summary">By sending in stack traces you are helping the ongoing development of Pix-Art Messenger</string>
+ <string name="pref_send_crash">Send crash reports</string>
+ <string name="pref_send_crash_summary">By sending in stack traces you are helping the ongoing development of Pix-Art Messenger</string>
<string name="pref_confirm_messages">Confirm Messages</string>
<string name="pref_confirm_messages_summary">Let your contact know when you have received and read a message</string>
<string name="pref_ui_options">UI</string>
@@ -262,7 +262,7 @@
<string name="sure_delete_fingerprint">Are you sure you would like to delete this fingerprint?</string>
<string name="ignore">Ignore</string>
<string name="without_mutual_presence_updates"><b>Warning:</b> Sending this without mutual presence updates could cause unexpected problems.\n\n<small>Go to contact details to verify your presence subscriptions.</small></string>
- <string name="pref_security_settings">Security</string>
+ <string name="pref_security_settings">Security and data protection</string>
<string name="pref_allow_message_correction">Allow message correction</string>
<string name="pref_allow_message_correction_summary">Allow your contacts to retroactively edit their messages</string>
<string name="pref_dont_save_encrypted">Don’t save encrypted messages</string>