mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
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@gnupg.org>
This commit is contained in:
parent
abe3a9043f
commit
2d381b0f0b
@ -1786,12 +1786,12 @@ ask_about_binding (ctrl_t ctrl,
|
|||||||
if ((binding->flags & BINDING_REVOKED))
|
if ((binding->flags & BINDING_REVOKED))
|
||||||
{
|
{
|
||||||
es_fprintf (fp, _("revoked"));
|
es_fprintf (fp, _("revoked"));
|
||||||
es_fprintf (fp, _(", "));
|
es_fprintf (fp, ", ");
|
||||||
}
|
}
|
||||||
else if ((binding->flags & BINDING_EXPIRED))
|
else if ((binding->flags & BINDING_EXPIRED))
|
||||||
{
|
{
|
||||||
es_fprintf (fp, _("expired"));
|
es_fprintf (fp, _("expired"));
|
||||||
es_fprintf (fp, _(", "));
|
es_fprintf (fp, ", ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this_key)
|
if (this_key)
|
||||||
|
Loading…
Reference in New Issue
Block a user