aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-02-18 01:56:33 +0800
committerChristian Persch <chpe@src.gnome.org>2008-02-18 01:56:33 +0800
commit52611b4a94324d30335ee85c337cd8661c7cc4d2 (patch)
tree1762b6cd5f2e472d6fe6c22c84e647415ba1f12d
parent8a752647dae7ee579cb6a8744f9bbf54073c0065 (diff)
downloadgsoc2013-epiphany-52611b4a94324d30335ee85c337cd8661c7cc4d2.tar
gsoc2013-epiphany-52611b4a94324d30335ee85c337cd8661c7cc4d2.tar.gz
gsoc2013-epiphany-52611b4a94324d30335ee85c337cd8661c7cc4d2.tar.bz2
gsoc2013-epiphany-52611b4a94324d30335ee85c337cd8661c7cc4d2.tar.lz
gsoc2013-epiphany-52611b4a94324d30335ee85c337cd8661c7cc4d2.tar.xz
gsoc2013-epiphany-52611b4a94324d30335ee85c337cd8661c7cc4d2.tar.zst
gsoc2013-epiphany-52611b4a94324d30335ee85c337cd8661c7cc4d2.zip
Add translator comment.
svn path=/trunk/; revision=7956
-rw-r--r--embed/mozilla/EphyAboutModule.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp
index 6eb8faef7..8ced9bc9b 100644
--- a/embed/mozilla/EphyAboutModule.cpp
+++ b/embed/mozilla/EphyAboutModule.cpp
@@ -454,6 +454,7 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI,
port > 0 ? port : 80, host.get());
*aSecondary = g_strdup (_("This address uses a network port which is "
"normally used for purposes other than Web browsing."));
+ /* Translators: this means that the request to load the URL has been cancelled */
*aTertiary = _("The request has been cancelled for your protection.");
}
else if (strcmp (aError, "proxyResolveFailure") == 0 ||