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:
parent
38722f4caa
commit
f909811a73
3 changed files with 19 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue