diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-02-08 21:36:28 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-02-08 21:36:28 +0100 |
commit | cfa440d668dcd6605d2bb811bcc7d2a621752863 (patch) | |
tree | db83f2b0bff5bea692f13c9bd41e7a4e1c217832 /src/main/res/values | |
parent | 88c839371be97c8ce6acd570c55ae3e748e2e0f7 (diff) |
fixed wording for not getting messages from server
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 4df0cc10b..4ac341344 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -729,7 +729,7 @@ <string name="transcoding_video_progress">Compressing video (%s%% completed)</string> <string name="pref_automatically_delete_messages_description">Automatically delete messages from this device that are older than the configured time frame.</string> <string name="pref_automatically_delete_messages">Automatic message deletion</string> - <string name="not_fetching_history_retention_period">Overstepping local retention period.</string> + <string name="not_fetching_history_retention_period">Not fetching messages due to local retention period.</string> <string name="timeout_24_hours">24 hours</string> <string name="timeout_7_days">7 days</string> <string name="timeout_30_days">30 days</string> |