aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/misc.c')
-rw-r--r--g10/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c
index eadfe7ef9..3d1c12e6a 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -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: