diff options
-rw-r--r-- | src/ephy-tab.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |