diff options
author | Christian S. <kriztan@users.noreply.github.com> | 2015-08-16 15:29:16 +0200 |
---|---|---|
committer | Christian S. <kriztan@users.noreply.github.com> | 2015-08-16 15:29:16 +0200 |
commit | cd5fea0fc54cad325f8f195257e33cf4d680034a (patch) | |
tree | 3b5e6423f4ba2c9f9b639ed900b156f67dcd4513 /src | |
parent | 344a266c3eb2e0a1c1c49fa8fbcf4703a2bad504 (diff) |
added translation for undo string
Diffstat (limited to '')
-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 d1d593476..1bd1fd4f9 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -511,4 +511,5 @@ <string name="download_failed_server_not_found">Download failed: Server not found</string> <string name="download_failed_file_not_found">Download failed: File not found</string> <string name="download_failed_could_not_connect">Download failed: Could not connect to host</string> + <string name="elv_undo">undo</string> </resources> |