aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-24 10:08:39 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-24 10:08:39 +0200
commit8c2f2b671e5e9630dd6a56a49a33e6cd45694b03 (patch)
treef0d93a4d08b4eef134eb372fcabfaecdcefbc22b /src/main/res/values
parentce44b8869e046a76ca7eca5c0de16662910312cb (diff)
added missing and changed some strings
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index f56ed4df1..3aa14208e 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -101,9 +101,11 @@
<string name="pref_xmpp_resource">XMPP resource</string>
<string name="pref_xmpp_resource_summary">The name this client identifies itself with</string>
<string name="pref_accept_files_wifi">Accept files in WiFi connections</string>
+ <string name="pref_accept_files_summary_wifi">When connected to wifi automatically accept files smaller than…</string>
<string name="pref_accept_files_mobile">Accept files in mobile connections</string>
+ <string name="pref_accept_files_summary_mobile">When connected with mobile data automatically accept files smaller than…</string>
<string name="pref_accept_files_mobileroaming">Accept files in mobile roaming connections</string>
- <string name="pref_accept_files_summary">Automatically accept files smaller than…</string>
+ <string name="pref_accept_files_summary_mobileroaming">When connected with mobile data in roaming automatically accept files smaller than…</string>
<string name="pref_attachments">Attachments</string>
<string name="pref_return_to_previous">Quick Sharing</string>
<string name="pref_return_to_previous_summary">Immediately return to previous activity instead of opening the conversation after sharing something</string>