From d6bf464574e00c361de1ff7be79b1ecea69dc868 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 6 Jan 2004 15:53:49 +0000 Subject: Add a comment for translators. 2004-01-06 Christian Persch * src/ephy-encodings.c: (ephy_encodings_get_node): Add a comment for translators. --- embed/ephy-encodings.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embed') 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); -- cgit v1.2.3