From b407005318f6f5946bacd85682b4e4208dbbe811 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 17 Jun 2007 05:56:03 +0000 Subject: Modified first-time dialog when visiting a secure page, to mention the 2007-06-07 Diego Escalante Urrelo * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * help/C/epiphany.xml: Modified first-time dialog when visiting a secure page, to mention the color and padlock icon in the address entry. Patch by Jared Moore. Fixes bug #346243. svn path=/trunk/; revision=7085 --- ChangeLog | 9 +++++++++ embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 5 ++++- help/C/epiphany.xml | 13 ++++--------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e05c2b7a5..35dfea360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-06-07 Diego Escalante Urrelo + + * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: + * help/C/epiphany.xml: + + Modified first-time dialog when visiting a secure page, to mention + the color and padlock icon in the address entry. + Patch by Jared Moore. Fixes bug #346243. + 2007-06-16 Christian Persch * doc/Makefile.am: diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp index 3d9ee5962..b50b3762a 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp @@ -94,7 +94,10 @@ GtkNSSSecurityWarningDialogs::ConfirmEnteringSecure (nsIInterfaceRequestor *aCon GTK_RESPONSE_OK, _("Security Notice"), _("This page is loaded over a secure connection"), - _("The padlock icon in the statusbar indicates whether a page is secure."), + _("For secure pages, the address entry has a distinct " + "color and a locked padlock icon is displayed.\n\n" + "The padlock icon in the statusbar also indicates " + "whether a page is secure."), nsnull, _retval); *_retval = PR_TRUE; diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 3ff6c4641..d8e627bdb 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -1689,13 +1689,8 @@ GNOME -> GNOME developers home page Identifying Secure Sites - When viewing web pages, &fr; displays a padlock icon - which shows you whether the current site is secure. When the - statusbar is visible, this icon will appear there, otherwise it - will be shown in the right-hand side of the address entry. In - Fullscreen mode when the toolbar is hidden, the lock icon - will be shown in the top right corner of the window on secure - sites. + When viewing web pages, &fr; displays a padlock icon in the + statusbar which shows you whether the current site is secure. @@ -1725,8 +1720,8 @@ GNOME -> GNOME developers home page - In addition, &fr; displays the address entry using a yellow background - to show you that the current site is secure. + For secure sites, there is an additional locked padlock icon in the address + entry, and the address entry has a different background color. -- cgit