diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-28 21:54:47 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-28 21:54:47 +0100 |
commit | 59f47485cf493b282903622d4d4a7aa42ccdfd83 (patch) | |
tree | 2827090744e735dd23b885ff664483641482d7a5 /src/main/res/values/strings.xml | |
parent | cd0c6ce48e2ac36d9524908acbbc79690b193d9a (diff) |
externalized string 'Retry decryption'trz/merge_1.10.1
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 68f1243b..ce51d4ad 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -656,4 +656,5 @@ <string name="selection_too_large">The selected area is too large</string> <string name="no_accounts">(No activated accounts)</string> <string name="this_field_is_required">This field is required</string> + <string name="retry_decryption">Retry decryption</string> </resources> |