commit 47652747c3a93e8f7e707e7f129ae82d255ad8a6
parent f218c644ab882fec8ada3cb885f1c2ae173fddce
Author: gdrooid <gdrooid@openmailbox.org>
Date:   Tue, 25 Nov 2014 22:51:33 +0100
[l10n] Update pot file.
Diffstat:
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/extras/po/tomb.pot b/extras/po/tomb.pot
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Tomb \n"
-"PO-Revision-Date: Sun Nov 23 22:50:06 CET 2014\n"
+"PO-Revision-Date: Tue Nov 25 22:48:08 CET 2014\n"
 "Last-Translator: Denis Roio <jaromil@dyne.org>\n"
 "Language: English\n"
 "Language-Team: Tomb developers <crypto@lists.dyne.org>\n"
@@ -62,6 +62,14 @@ msgstr ""
 msgid "Operation aborted."
 msgstr ""
 
+#: warning
+msgid "Pinentry error: ::1 error::"
+msgstr ""
+
+#: warning
+msgid "Empty password"
+msgstr ""
+
 #: failure
 msgid "Tomb file is missing from arguments."
 msgstr ""
@@ -514,7 +522,7 @@ msgstr ""
 msgid "Commanded to forge key ::1 key::"
 msgstr ""
 
-#: warning
+#: failure
 msgid "Forging this key would overwrite an existing file. Operation aborted."
 msgstr ""
 
diff --git a/tomb b/tomb
@@ -364,7 +364,7 @@ EOF`
     # parse the pinentry output
     for i in ${(f)_output}; do
         [[ "$i" =~ "^ERR.*" ]] && {
-            _warning "Pinentry error: ${i[(w)3]};"
+            _warning "Pinentry error: ::1 error::" ${i[(w)3]}
             print "canceled"
             return 1 }