From 9dd70dcb02bafc7f2d54e148c0f68c9be10d07be Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 4 Sep 2011 23:03:12 -0500 Subject: e-web-view: use proper html for paragraphs Bug #314205 --- embed/ephy-web-view.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'embed/ephy-web-view.c') diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index afee9a49d..7dbf2f595 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -1983,13 +1983,13 @@ 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 not possible to show this website")); - msg = g_strdup_printf (_("The website at %s seems " - "to be unavailable. The precise error was: " - "

%s.

" - "The website at %s could be " + msg = g_strdup_printf (_("

The website at %s seems " + "to be unavailable. The precise error was:

" + "

%s

" + "

The website at %s could be " "temporarily switched off or moved to a new " - "address. Don't forget to check that your internet " - "connection is working correctly."), + "address. Don't forget to check that your " + "internet connection is working correctly.

"), uri, reason, hostname); button_label = g_strdup (_("Try again")); @@ -2002,11 +2002,12 @@ ephy_web_view_load_error_page (EphyWebView *view, msg_title = g_strdup (_("Oops! This site might have caused the web " "browser to close unexpectedly")); - msg = g_strdup_printf (_("This page was loading when the web browser " - "closed unexpectedly.
This might happen " - "again if you reload the page. If it does, " + msg = g_strdup_printf (_("

This page was loading when the web browser " + "closed unexpectedly.

" + "

This might happen again if you " + "reload the page. If it does, " "please report the problem to the " - "%s developers."), + "%s developers.

"), LSB_DISTRIBUTOR); button_label = g_strdup (_("Load again anyway")); -- cgit v1.2.3