[epiphany] Improve the message for Incognito mode



commit 26ab1239a1eef8242a9767357e35a02ea3c881de
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Sep 4 16:41:26 2014 +0100

    Improve the message for Incognito mode
    
    Going incognito does not remove your downloads.
    
    Incognito also does not prevent other actors from tracking your browsing
    activity.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736065

 embed/ephy-about-handler.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index 2ebbde1..b5df6fb 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -531,6 +531,7 @@ ephy_about_handler_handle_incognito (EphyAboutHandler *handler,
                           "    <div style=\"background: transparent 
url(ephy-resource:///org/gnome/epiphany/incognito.png) no-repeat 10px center;\">\n" \
                           "      <h1>%s</h1>\n"
                           "      <p>%s</p>\n"
+                          "      <p><strong>%s</strong></p>\n"
                           "    </div>\n"
                           "  </div>\n"
                           "</body>\n"
@@ -541,7 +542,11 @@ ephy_about_handler_handle_incognito (EphyAboutHandler *handler,
                           _("Private Browsing"),
                           _("You are currently browsing <em>incognito</em>. Pages viewed in this "
                             "mode will not show up in your browsing history and all stored "
-                            "information will be cleared when you close the window."));
+                            "information will be cleared when you close the window. Files you "
+                            "download will be kept."),
+                          _("Incognito mode will not hide your activity from your employer, "
+                            "your Internet Service Provider, your government, or the websites "
+                            "that you visit."));
 
   ephy_about_handler_finish_request (request, data, -1);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]