diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-09-07 14:34:58 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-09-08 22:54:18 +0200 |
commit | 8adf715f7cd259c1b27a6125720e88b2e765863f (patch) | |
tree | b7968ab440050631aa4949c7b3d4dc084e7ecf12 /src/main/res | |
parent | 299e4bb9ff1994fedd37cb16667f04c1bca50fd4 (diff) |
be a bit more careful when deleting and deactivating accounts
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 3 |
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> |