diff options
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index 7af9877ee..563575a0c 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -315,6 +315,9 @@ ephy_encodings_get_node (EphyEncodings *encodings, { char *title; + /* translators: this is the title that an unknown encoding will + * be displayed as. + */ title = g_strdup_printf (_("Unknown (%s)"), code); node = add_encoding (encodings, title, code, 0, FALSE); g_free (title); |