diff options
Diffstat (limited to '')
-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> |