diff options
Diffstat (limited to 'widgets/misc/e-charset-picker.c')
-rw-r--r-- | widgets/misc/e-charset-picker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-charset-picker.c b/widgets/misc/e-charset-picker.c index 6e67379ada..e483d53b04 100644 --- a/widgets/misc/e-charset-picker.c +++ b/widgets/misc/e-charset-picker.c @@ -86,6 +86,7 @@ typedef struct { * not a lot of point in using, say, ISO-8859-3, if anything that can * read that can read UTF8 too. */ +/* To Translators: Character set "Logical Hebrew" */ static ECharset charsets[] = { { "ISO-8859-13", E_CHARSET_BALTIC, NULL }, { "ISO-8859-4", E_CHARSET_BALTIC, NULL }, |