diff options
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 1 |
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 || |