diff options
-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 54021ed29..7da57a930 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -2032,7 +2032,7 @@ ephy_web_view_load_error_page (EphyWebView *view, "temporarily switched off or moved to a new " "address. Don't forget to check that your " "internet connection is working correctly.</p>"), - uri, reason, hostname); + uri, reason); button_label = g_strdup (_("Try again")); |