mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* keyedit.c, keylist.c, keyserver.c, mainproc.c: Reduce the many
variations of "revoked" ("revoked", "[revoked]", " [revoked]", "[revoked] ") "and" expired down to two to simplify translation.
This commit is contained in:
parent
c48d5ebbb7
commit
742682bf95
5 changed files with 33 additions and 24 deletions
|
@ -927,9 +927,9 @@ list_node( CTX c, KBNODE node )
|
|||
{
|
||||
/* of subkey */
|
||||
if( pk->is_revoked )
|
||||
printf(" %s",_("[revoked] "));
|
||||
printf(" [%s]",_("revoked"));
|
||||
else if( pk->expiredate )
|
||||
printf(_(" [expires: %s]"), expirestr_from_pk( pk ) );
|
||||
printf(" [%s:%s]",_("expires"), expirestr_from_pk( pk ) );
|
||||
}
|
||||
|
||||
if( !any )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue