Re-order about:private, no title case, no URI

This commit is contained in:
Christian Dywan 2012-01-27 23:08:42 +01:00
parent ce527689c6
commit fe1b21a73f

View file

@ -3977,7 +3977,7 @@ midori_view_set_uri (MidoriView* view,
} }
else if (!strcmp (uri, "about:private")) else if (!strcmp (uri, "about:private"))
{ {
katze_assign (view->uri, g_strdup (uri)); katze_assign (view->uri, g_strdup (""));
data = g_strdup_printf ( data = g_strdup_printf (
"<html><head><title>%s</title>" "<html><head><title>%s</title>"
"<link rel=\"stylesheet\" type=\"text/css\" href=\"res://about.css\">" "<link rel=\"stylesheet\" type=\"text/css\" href=\"res://about.css\">"
@ -3990,9 +3990,9 @@ midori_view_set_uri (MidoriView* view,
"</div><br style=\"clear: both\"></div></body></html>", "</div><br style=\"clear: both\"></div></body></html>",
_("Private Browsing"), _("Private Browsing"), _("Private Browsing"), _("Private Browsing"),
_("Midori doesn't store any personal data:"), _("Midori doesn't store any personal data:"),
_("No History or web cookies are being saved."), _("No history or web cookies are being saved."),
_("HTML5 storage, local database and application caches are disabled."),
_("Extensions are disabled."), _("Extensions are disabled."),
_("HTML5 storage, local database and application caches are disabled."),
_("Midori prevents websites from tracking the user:"), _("Midori prevents websites from tracking the user:"),
_("Referrer URLs are stripped down to the hostname."), _("Referrer URLs are stripped down to the hostname."),
_("DNS prefetching is disabled."), _("DNS prefetching is disabled."),