URI: 
       t[l10n] Update pot file. - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 47652747c3a93e8f7e707e7f129ae82d255ad8a6
   DIR parent f218c644ab882fec8ada3cb885f1c2ae173fddce
  HTML Author: gdrooid <gdrooid@openmailbox.org>
       Date:   Tue, 25 Nov 2014 22:51:33 +0100
       
       t[l10n] Update pot file.
       
       Diffstat:
         M extras/po/tomb.pot                  |      12 ++++++++++--
         M tomb                                |       2 +-
       
       2 files changed, 11 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/extras/po/tomb.pot b/extras/po/tomb.pot
       t@@ -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"
       t@@ -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 ""
       t@@ -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 ""
        
   DIR diff --git a/tomb b/tomb
       t@@ -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 }