diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-07 08:11:04 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-07 08:14:13 +0800 |
commit | f42d91a04004ef3679a7d530f099d70f5be9c112 (patch) | |
tree | d9daa155cc937420c20cfa7ac790ce4307f20e76 /embed/ephy-web-view.c | |
parent | 25cde6dfd8576b6bb16adbca5ee7d04b091f549b (diff) | |
download | gsoc2013-epiphany-f42d91a04004ef3679a7d530f099d70f5be9c112.tar.gz gsoc2013-epiphany-f42d91a04004ef3679a7d530f099d70f5be9c112.tar.zst gsoc2013-epiphany-f42d91a04004ef3679a7d530f099d70f5be9c112.zip |
ephy-web-view: do not mention the URL twice in error pages
Sounds repetitive.
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r-- | embed/ephy-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index ca832276f..54021ed29 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -2028,7 +2028,7 @@ ephy_web_view_load_error_page (EphyWebView *view, msg = g_strdup_printf (_("<p>The website at <strong>%s</strong> seems " "to be unavailable. The precise error was:</p>" "<p><em>%s</em></p>" - "<p>The website at <strong>%s</strong> could be " + "<p>It could be " "temporarily switched off or moved to a new " "address. Don't forget to check that your " "internet connection is working correctly.</p>"), |