[Xfce4-commits] <midori:master> Re-order about:private, no title case, no URI
Christian Dywan
noreply at xfce.org
Fri Jan 27 23:10:05 CET 2012
Updating branch refs/heads/master
to fe1b21a73f002c1741efd0d57d0c96346303c85d (commit)
from ce527689c6ec7869d201d51d7b50f9c7738e150b (commit)
commit fe1b21a73f002c1741efd0d57d0c96346303c85d
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri Jan 27 23:08:42 2012 +0100
Re-order about:private, no title case, no URI
midori/midori-view.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 5233adc..558b0e1 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 (
"<html><head><title>%s</title>"
"<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>",
_("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."),
More information about the Xfce4-commits
mailing list