diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-10 21:06:45 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-21 20:28:55 +0530 |
commit | b0afe8adaa4c8043798120f8638fe95153572857 (patch) | |
tree | b5619f44d76846fd77bca9d7c02dc769929ee269 /app/src/main/res/values/strings.xml | |
parent | 964d05fdfe12e2095330b1e59e628690b5e3c29b (diff) |
Try to fix missing `.gpg-id` files as well (#1246)
(cherry picked from commit c02ad427be3652298f4a07a5f1a0d68e4ac44c45)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 984b961c..6bfc1977 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -361,7 +361,6 @@ <string name="otp_import_success">Successfully imported TOTP configuration</string> <string name="otp_import_failure">Failed to import TOTP configuration</string> <string name="exporting_passwords">Exporting passwords…</string> - <string name="failed_to_find_key_id">Failed to locate .gpg-id, is your store set up correctly?</string> <string name="invalid_gpg_id">Found .gpg-id, but it contains an invalid key ID, fingerprint or user ID</string> <string name="short_key_ids_unsupported">A key ID in .gpg-id is too short, please use either long key IDs (16 characters) or fingerprints (40 characters)</string> <string name="invalid_filename_text">File name must not contain \'/\', set directory above</string> |