[epiphany] ephy-web-view.c: fix typo



commit 740a103119ad7b5494171e7135e15413d447aedc
Author: Xan Lopez <xan gnome org>
Date:   Sun Dec 12 00:58:53 2010 +0100

    ephy-web-view.c: fix typo

 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 134d4a9..44ac2b8 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"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]