aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-11-08 10:08:48 +0100
committerGitHub <noreply@github.com>2016-11-08 10:08:48 +0100
commitb3c19f039c57a314f7008195bd16f21c99849f66 (patch)
treed91e51616e136dd2f90d04fba94c9f5bde638b36
parentb3909086102b76a8122758907aa5d1eadeab6e95 (diff)
parentd341904c4d8fe63a9a5c22e3da4cef14562877fc (diff)
Merge pull request #2108 from licaon-kter/patch-2
Fix typo
-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 654446e2..d52d7b88 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -698,5 +698,5 @@
<string name="error_message">Error Message</string>
<string name="data_saver_enabled">Data saver enabled</string>
<string name="data_saver_enabled_explained">Your operating system is restricting Conversations from accessing the Internet when in background. To receive notifications of new messages you should allow Conversations unrestricted access when Data saver is on.\nConversations will still make an effort to save data when possible.</string>
- <string name="device_does_not_support_data_saver">Your device does not supporting disabling Data saver for Conversations.</string>
+ <string name="device_does_not_support_data_saver">Your device does not support disabling Data saver for Conversations.</string>
</resources>