diff options
author | Christian Persch <chpe@src.gnome.org> | 2005-07-24 20:28:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-24 20:28:18 +0800 |
commit | 09e4bbc21378e8449dc3cabcbc4aecb618394912 (patch) | |
tree | 3d6ee168399b36cb710f836e26303b5b677ca47a | |
parent | 952a36768edd6b95d65174c7d797e114cda54372 (diff) | |
download | gsoc2013-epiphany-09e4bbc21378e8449dc3cabcbc4aecb618394912.tar gsoc2013-epiphany-09e4bbc21378e8449dc3cabcbc4aecb618394912.tar.gz gsoc2013-epiphany-09e4bbc21378e8449dc3cabcbc4aecb618394912.tar.bz2 gsoc2013-epiphany-09e4bbc21378e8449dc3cabcbc4aecb618394912.tar.lz gsoc2013-epiphany-09e4bbc21378e8449dc3cabcbc4aecb618394912.tar.xz gsoc2013-epiphany-09e4bbc21378e8449dc3cabcbc4aecb618394912.tar.zst gsoc2013-epiphany-09e4bbc21378e8449dc3cabcbc4aecb618394912.zip |
Add translator comment
-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 |