a small patch

Michael Sobolev mss at despair.transas.com
Wed Aug 26 00:04:44 CEST 1998


I believe these should be localized.

--
Mike
-------------- next part --------------
--- g10.c.orig	Tue Aug 25 23:01:14 1998
+++ g10.c	Tue Aug 25 23:01:42 1998
@@ -280,19 +280,19 @@
       case 31: p = "\n"; break;
       case 32:
 	if( !ciphers )
-	    ciphers = build_list("Supported ciphers: ", cipher_algo_to_string,
+	    ciphers = build_list(_("Supported ciphers: "), cipher_algo_to_string,
 							check_cipher_algo );
 	p = ciphers;
 	break;
       case 33:
 	if( !pubkeys )
-	    pubkeys = build_list("Supported pubkeys: ", pubkey_algo_to_string,
+	    pubkeys = build_list(_("Supported pubkeys: "), pubkey_algo_to_string,
 							check_pubkey_algo );
 	p = pubkeys;
 	break;
       case 34:
 	if( !digests )
-	    digests = build_list("Supported digests: ", digest_algo_to_string,
+	    digests = build_list(_("Supported digests: "), digest_algo_to_string,
 							check_digest_algo );
 	p = digests;
 	break;


More information about the Gnupg-devel mailing list