aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian S. <kriztan@users.noreply.github.com>2015-09-21 13:27:27 +0200
committerChristian S. <kriztan@users.noreply.github.com>2015-09-21 13:27:27 +0200
commitc5d8f58e36944e0677b4b97da5188ae155192b13 (patch)
treefc0d24bacb18728bef1c9c09e9e33a0bf2ac04e7 /src/main/res/values/strings.xml
parentfe8dcf95f4a4394d75f7d3df320155d7a6be5d6a (diff)
add string for 'checking for updates'
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 3d6328518..83baa9e95 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -518,12 +518,13 @@
<string name="pref_use_white_background_summary">Show received messages as black text on a white background</string>
<string name="account_status_dns_timeout">Timeout in DNS</string>
<string name="action_check_update">Check for Updates</string>
- <string name="title_activity_updater">Update Service</string>
- <string name="update_available">There is newer version of this application available. Upgrade now?</string>
- <string name="remind_later">later</string>
- <string name="update">Update</string>
- <string name="new_version">New version:</string>
- <string name="current_version">installed version:</string>
+ <string name="title_activity_updater">Update Service</string>
+ <string name="update_available">There is newer version of this application available. Upgrade now?</string>
+ <string name="checking_for_updates">Checking for Conversations updates</string>
+ <string name="remind_later">later</string>
+ <string name="update">Update</string>
+ <string name="new_version">New version:</string>
+ <string name="current_version">installed version:</string>
<string name="no_update_available">No update available</string>
<string name="download_started">Download started</string>
<string name="server_info_broken">Broken</string>