1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings.

* misc.c (compress_algo_to_string): Translate "Uncompressed". Requested by
Tommi Vainikainen.
This commit is contained in:
David Shaw 2003-11-21 00:55:41 +00:00
parent 38722f4caa
commit f909811a73
3 changed files with 19 additions and 1 deletions

View file

@ -547,7 +547,7 @@ compress_algo_to_string(int algo)
switch(algo)
{
case COMPRESS_ALGO_NONE:
s="Uncompressed";
s=_("Uncompressed");
break;
case COMPRESS_ALGO_ZIP: