[git] GpgOL - branch, master, updated. gpgol-2.3.2-7-g7b71a74

by Andre Heinecke cvs at cvs.gnupg.org
Mon Jan 7 08:42:47 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  7b71a741b73ba2762f388eee24f94049a67d8559 (commit)
      from  019395666f179b975341dfce76ae3b7a3867b2fe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b71a741b73ba2762f388eee24f94049a67d8559
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Jan 7 08:41:59 2019 +0100

    Add translators comment
    
    * src/mail.cpp (Mail::updateCategories_o): Add comment to clarify
    string.
    
    --
    The placeholders there need some explanation.

diff --git a/src/mail.cpp b/src/mail.cpp
index dbb7731..cb87e81 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -2360,6 +2360,13 @@ Mail::updateCategories_o ()
       /* If m_uid addrSpec would not return a result we would never
        * have gotten the UID. */
       int lvl = get_signature_level ();
+
+      /* TRANSLATORS: The first placeholder is for tranlsation of "Level".
+         The second one is for the level number. The third is for the
+         translation of "trust in" and the last one is for the mail
+         address used for verification. The result is used as the
+         text on the green bar for signed mails. e.g.:
+         "GpgOL: Level 3 trust in 'john.doe at example.org'" */
       gpgrt_asprintf (&buf, "GpgOL: %s %i %s '%s'", _("Level"), lvl,
                       _("trust in"),
                       m_uid.addrSpec ().c_str ());

-----------------------------------------------------------------------

Summary of changes:
 src/mail.cpp | 7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list