From 09e4bbc21378e8449dc3cabcbc4aecb618394912 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 24 Jul 2005 12:28:18 +0000 Subject: Add translator comment --- src/ephy-tab.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 7f0ce5455..54ba837c8 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -892,6 +892,7 @@ ephy_tab_set_loading_title (EphyTab *tab, if (title != NULL && title[0] != '\0') { + /* translators: %s here is the address of the web page */ priv->loading_title = g_strdup_printf (_("Loading ā€œ%sā€..."), title); } else -- cgit v1.2.3