diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-17 22:21:55 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-17 22:38:27 +0530 |
commit | 4ed98c9fda6e3121e5ba9d9d4b001e9512240fd0 (patch) | |
tree | 4766adea446a8ab71530c43f5c529318039bc981 /app/src/main/res | |
parent | b9f4da71ea057df11c9da4ba41ce2e1836de2d51 (diff) |
Refactor key import flow and implement support for replacing
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index adac6d51..b9b90294 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -372,6 +372,7 @@ <string name="place_shortcut_on_home_screen">Place shortcut on home screen</string> <string name="password_list_fab_content_description">Create new password or folder</string> <string name="pgp_key_import_failed">Failed to import PGP key</string> + <string name="pgp_key_import_failed_replace_message">An existing key with this ID was found, do you want to replace it?</string> <string name="pgp_key_import_succeeded">Successfully imported PGP key</string> <string name="pgp_key_import_succeeded_message">The key ID of the imported key is given below, please review it for correctness:\n%1$s</string> <string name="pref_category_pgp_title">PGP settings</string> |