aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.orgf>2004-01-06 23:53:49 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-06 23:53:49 +0800
commitd6bf464574e00c361de1ff7be79b1ecea69dc868 (patch)
tree4890db6f0f5327897093665084ad2798f58da98e /embed
parent43f2238fc1651b80e1fa97f87a7b4e3f341add68 (diff)
downloadgsoc2013-epiphany-d6bf464574e00c361de1ff7be79b1ecea69dc868.tar
gsoc2013-epiphany-d6bf464574e00c361de1ff7be79b1ecea69dc868.tar.gz
gsoc2013-epiphany-d6bf464574e00c361de1ff7be79b1ecea69dc868.tar.bz2
gsoc2013-epiphany-d6bf464574e00c361de1ff7be79b1ecea69dc868.tar.lz
gsoc2013-epiphany-d6bf464574e00c361de1ff7be79b1ecea69dc868.tar.xz
gsoc2013-epiphany-d6bf464574e00c361de1ff7be79b1ecea69dc868.tar.zst
gsoc2013-epiphany-d6bf464574e00c361de1ff7be79b1ecea69dc868.zip
Add a comment for translators.
2004-01-06 Christian Persch <chpe@cvs.gnome.orgf> * src/ephy-encodings.c: (ephy_encodings_get_node): Add a comment for translators.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-encodings.c3
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);