aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-09-07 14:34:58 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-08 22:54:18 +0200
commit8adf715f7cd259c1b27a6125720e88b2e765863f (patch)
treeb7968ab440050631aa4949c7b3d4dc084e7ecf12 /src/main/res/values
parent299e4bb9ff1994fedd37cb16667f04c1bca50fd4 (diff)
be a bit more careful when deleting and deactivating accounts
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 2bb727d90..bee62ccc6 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -697,5 +697,6 @@
<string name="unread_messages">Unread messages:</string>
<string name="no_permission_to_access_x">No permission to access %s</string>
<string name="remote_server_not_found">Remote server not found</string>
- <string name="error_file_corrupt">This file seems to be corrupt.</string>
+ <string name="error_file_corrupt">This file seems to be corrupt.</string>
+ <string name="unable_to_update_account">Unable to update account</string>
</resources>