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

Actually show translators comments in PO files

--

Note that strings marked for gettext need to immediately follow a
TRANSLATOR comment block.
This commit is contained in:
David Prévot 2012-08-05 18:22:46 -04:00 committed by Werner Koch
parent bc317df59a
commit e393ae3e29
4 changed files with 8 additions and 9 deletions

View file

@ -799,7 +799,7 @@ compress_algo_to_string(int algo)
int
string_to_compress_algo(const char *string)
{
/* NOTE TO TRANSLATOR: See doc/TRANSLATE about this string. */
/* TRANSLATORS: See doc/TRANSLATE about this string. */
if(match_multistr(_("uncompressed|none"),string))
return 0;
else if(ascii_strcasecmp(string,"uncompressed")==0)