[epiphany] ephy-certificate-dialog: add missing periods



commit d92ae7669d9c911739a690618599109fd0349bfa
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Aug 6 13:40:09 2014 -0500

    ephy-certificate-dialog: add missing periods

 lib/widgets/ephy-certificate-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/widgets/ephy-certificate-dialog.c b/lib/widgets/ephy-certificate-dialog.c
index 6080a0d..db556ec 100644
--- a/lib/widgets/ephy-certificate-dialog.c
+++ b/lib/widgets/ephy-certificate-dialog.c
@@ -146,8 +146,8 @@ ephy_certificate_dialog_set_tls_errors (EphyCertificateDialog *dialog,
 
   markup = g_strdup_printf ("<span weight=\"bold\" size=\"large\">%s</span>",
                            tls_errors == 0 ?
-                           _("The identity of this website has been verified") :
-                           _("The identity of this website has not been verified"));
+                           _("The identity of this website has been verified.") :
+                           _("The identity of this website has not been verified."));
   gtk_label_set_markup (GTK_LABEL (priv->title), markup);
   g_free (markup);
 


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