l10n issue
Michael Sobolev
mss at despair.transas.com
Wed Sep 16 00:21:13 CEST 1998
Hi,
Here is a really small patch that fixes the problem with help while editting
the key.
Werner, am I right that not all messages are localized? Is it intended or
you just did not convert the sources appropriately? If the latter, I could
try to help with that...
--
Mike
-------------- next part --------------
--- g10/keyedit.c.orig Tue Sep 15 22:48:48 1998
+++ g10/keyedit.c Tue Sep 15 23:10:55 1998
@@ -552,7 +552,7 @@
if( cmds[i].need_sk && !sec_keyblock )
; /* skip if we do not have the secret key */
else if( cmds[i].desc )
- tty_printf("%-10s %s\n", cmds[i].name, cmds[i].desc );
+ tty_printf("%-10s %s\n", cmds[i].name, _(cmds[i].desc) );
}
break;
More information about the Gnupg-devel
mailing list