diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-09-08 22:53:00 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-09-08 22:53:00 +0200 |
commit | 299e4bb9ff1994fedd37cb16667f04c1bca50fd4 (patch) | |
tree | 18d4a7201f798cf270d5fdbea8649aea04b286c1 /src/main/res/values | |
parent | ab5079318fe7051fec82114504aa97bbee9e4559 (diff) |
add missing strings
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 68f6da28e..2bb727d90 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -697,4 +697,5 @@ <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> </resources> |