From 685e509f305c14d74fb7badeeed7f1b737fe05bf Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sun, 20 Oct 2019 11:52:42 +0200 Subject: [PATCH] Remove superfluous localizable string key --- pass/de.lproj/Localizable.strings | 1 - pass/en.lproj/Localizable.strings | 1 - 2 files changed, 2 deletions(-) diff --git a/pass/de.lproj/Localizable.strings b/pass/de.lproj/Localizable.strings index 6c1feba..6bedabf 100644 --- a/pass/de.lproj/Localizable.strings +++ b/pass/de.lproj/Localizable.strings @@ -64,7 +64,6 @@ "FileNotFoundError." = "Die Datei '%@' kann nicht gelesen werden."; "PasswordDuplicatedError." = "Passwort kann nicht hinzugefügt werden; es existiert bereits."; "GitResetError." = "Der zuletzt synchronisierte Commit kann nicht identifiziert werden."; -"PGPPublicKeyNotExistError." = "Der öffentliche PGP-Schlüssen existiert nicht"; "WrongPasswordFilename." = "Schreiben der Passwort-Datei nicht möglich ."; "DecryptionError." = "Passwort kann nicht entschlüsselt werden."; "EncodingError." = "Schlüssel ist nicht in ASCII kodiert."; diff --git a/pass/en.lproj/Localizable.strings b/pass/en.lproj/Localizable.strings index 90bba32..1455d51 100644 --- a/pass/en.lproj/Localizable.strings +++ b/pass/en.lproj/Localizable.strings @@ -65,7 +65,6 @@ "FileNotFoundError." = "File '%@' cannot be read."; "PasswordDuplicatedError." = "Cannot add the password; password is duplicated."; "GitResetError." = "Cannot identify the latest synced commit."; -"PgpPublicKeyNotExistError." = "PGP public key doesn't exist."; "WrongPasswordFilenameError." = "Cannot write to the password file."; "DecryptionError." = "Cannot decrypt password."; "EncodingError." = "Key is not ASCII encoded.";