[Pkg-gnupg-commit] [gnupg2] 123/132: gpg: Do not mark ", " translatable.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 17 03:07:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 2d381b0f0ba97657e9fb2971eca6648bb77dd2cc
Author: Werner Koch <wk at gnupg.org>
Date:   Mon May 15 15:56:46 2017 +0200

    gpg: Do not mark ", " translatable.
    
    * g10/tofu.c (ask_about_binding): Remove useless translation markers.
    --
    
    Translation and in particular punctuation marks can only be translated
    with context.  Thus making a sole comma translatable is useless.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 g10/tofu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index 1c1c396..ba46244 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1786,12 +1786,12 @@ ask_about_binding (ctrl_t ctrl,
               if ((binding->flags & BINDING_REVOKED))
                 {
                   es_fprintf (fp, _("revoked"));
-                  es_fprintf (fp, _(", "));
+                  es_fprintf (fp, ", ");
                 }
               else if ((binding->flags & BINDING_EXPIRED))
                 {
                   es_fprintf (fp, _("expired"));
-                  es_fprintf (fp, _(", "));
+                  es_fprintf (fp, ", ");
                 }
 
               if (this_key)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list