From: Christian Dywan Date: Fri, 27 Jan 2012 22:08:42 +0000 (+0100) Subject: Re-order about:private, no title case, no URI X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1b21a73f002c1741efd0d57d0c96346303c85d;p=midori Re-order about:private, no title case, no URI --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 5233adcf..558b0e11 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -3977,7 +3977,7 @@ midori_view_set_uri (MidoriView* view, } else if (!strcmp (uri, "about:private")) { - katze_assign (view->uri, g_strdup (uri)); + katze_assign (view->uri, g_strdup ("")); data = g_strdup_printf ( "%s" "" @@ -3990,9 +3990,9 @@ midori_view_set_uri (MidoriView* view, "
", _("Private Browsing"), _("Private Browsing"), _("Midori doesn't store any personal data:"), - _("No History or web cookies are being saved."), - _("HTML5 storage, local database and application caches are disabled."), + _("No history or web cookies are being saved."), _("Extensions are disabled."), + _("HTML5 storage, local database and application caches are disabled."), _("Midori prevents websites from tracking the user:"), _("Referrer URLs are stripped down to the hostname."), _("DNS prefetching is disabled."),