aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-20 22:30:51 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-20 22:30:51 +0800
commitd051f30561597cd4e389ec8a6cc2573d02ffa0a5 (patch)
treee60816fcd1c42c2dc40f6763d5477ae19cae8db9 /src/bookmarks
parentc260a8168af8690e49652bb699f028467240d57a (diff)
downloadgsoc2013-epiphany-d051f30561597cd4e389ec8a6cc2573d02ffa0a5.tar
gsoc2013-epiphany-d051f30561597cd4e389ec8a6cc2573d02ffa0a5.tar.gz
gsoc2013-epiphany-d051f30561597cd4e389ec8a6cc2573d02ffa0a5.tar.bz2
gsoc2013-epiphany-d051f30561597cd4e389ec8a6cc2573d02ffa0a5.tar.lz
gsoc2013-epiphany-d051f30561597cd4e389ec8a6cc2573d02ffa0a5.tar.xz
gsoc2013-epiphany-d051f30561597cd4e389ec8a6cc2573d02ffa0a5.tar.zst
gsoc2013-epiphany-d051f30561597cd4e389ec8a6cc2573d02ffa0a5.zip
Add a translator comment.
2005-01-20 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source): Add a translator comment.
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 235845d2b..550212608 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -589,6 +589,7 @@ add_bookmarks_source (const char *file,
}
else if (strcmp (p, ".mozilla") == 0)
{
+ /* Translators: The %s is the name of a Mozilla profile. */
description = g_strdup_printf (_("Mozilla \"%s\" profile"), path[i+1]);
}
else if (strcmp (p, ".galeon") == 0)