diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/ephy-encodings.c | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-01-06 Christian Persch <chpe@cvs.gnome.orgf> + + * src/ephy-encodings.c: (ephy_encodings_get_node): + + Add a comment for translators. + 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-encoding-menu.c: (update_encoding_menu_cb): 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); |