From 45208042e2ed00e56542ade4814814f8f914e932 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 10 Jan 2005 21:05:04 +0000 Subject: Alerts should not have terminating periods in the primary text. 2005-01-10 Christian Persch * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Alerts should not have terminating periods in the primary text. --- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp index 0ad61411b..4ec42b25a 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp @@ -90,7 +90,7 @@ GtkNSSSecurityWarningDialogs::ConfirmEnteringSecure (nsIInterfaceRequestor *aCon GTK_BUTTONS_OK, GTK_RESPONSE_OK, _("Security Notice"), - _("This page is loaded over a secure connection."), + _("This page is loaded over a secure connection"), _("You can always see the security status of a page from " "the padlock icon on the statusbar."), nsnull, _retval); @@ -109,7 +109,7 @@ GtkNSSSecurityWarningDialogs::ConfirmEnteringWeak (nsIInterfaceRequestor *aConte GTK_BUTTONS_OK, GTK_RESPONSE_OK, _("Security Warning"), - _("This page is loaded over a low security connection."), + _("This page is loaded over a low security connection"), _("Any information you see or enter on this page could " "easily be intercepted by a third party."), nsnull, _retval); @@ -137,7 +137,7 @@ GtkNSSSecurityWarningDialogs::ConfirmMixedMode (nsIInterfaceRequestor *aContext, GTK_BUTTONS_OK, GTK_RESPONSE_OK, _("Security Warning"), - _("Some parts of this page are loaded over an insecure connection."), + _("Some parts of this page are loaded over an insecure connection"), _("Some information you see or enter will be sent over an insecure " "connection, and could easily be intercepted by a third party."), nsnull, _retval); -- cgit v1.2.3