diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4574c44a..db508815 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -364,6 +364,8 @@ <string name="openpgp_error_unknown">Error from OpenKeyChain : %s</string> <!-- Password creation failure --> - <string name="password_creation_file_write_fail_title">Error</string> + <string name="password_creation_file_fail_title">Error</string> <string name="password_creation_file_write_fail_message">Failed to write password file to the store, please try again.</string> + <string name="password_creation_file_delete_fail_message">Failed to delete password file %1$s from the store, please delete it manually.</string> + <string name="password_creation_duplicate_error">File already exists, please use a different name</string> </resources> |