diff options
author | Xan Lopez <xan@gnome.org> | 2010-12-12 07:58:53 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-12-12 07:58:53 +0800 |
commit | 740a103119ad7b5494171e7135e15413d447aedc (patch) | |
tree | 13ea08d98e4df553dd47406becf96f2a61e265c2 /embed/ephy-web-view.c | |
parent | bcaf5480a8edb7f62273c735507ed31b339c3cd0 (diff) | |
download | gsoc2013-epiphany-740a103119ad7b5494171e7135e15413d447aedc.tar.gz gsoc2013-epiphany-740a103119ad7b5494171e7135e15413d447aedc.tar.zst gsoc2013-epiphany-740a103119ad7b5494171e7135e15413d447aedc.zip |
ephy-web-view.c: fix typo
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 134d4a979..44ac2b887 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -2077,7 +2077,7 @@ ephy_web_view_load_error_page (EphyWebView *view, page_title = g_strdup_printf (_("Oops! Error loading %s"), hostname); msg_title = g_strdup (_("Oops! It was impossible to load this website")); - msg = g_strdup_printf (_("The website at <strong>%s</strong> is probably unavailable, the precise error was:<br/><br/><em>%s</em>.<br/><br/> If this persist you might want to check your internet connection or if the website at <strong>%s</strong> is working correctly."), + msg = g_strdup_printf (_("The website at <strong>%s</strong> is probably unavailable, the precise error was:<br/><br/><em>%s</em>.<br/><br/> If this persists you might want to check your internet connection or if the website at <strong>%s</strong> is working correctly."), uri, reason, hostname); button_label = g_strdup (_("Try again")); |