[evolution-data-server] Fix capitalization.



commit 00e73f1a5976f3df6157d6cb37e0dce81cb05a68
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Nov 15 11:09:07 2011 -0500

    Fix capitalization.

 camel/camel-tcp-stream-ssl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-tcp-stream-ssl.c b/camel/camel-tcp-stream-ssl.c
index 842b3ca..1e75466 100644
--- a/camel/camel-tcp-stream-ssl.c
+++ b/camel/camel-tcp-stream-ssl.c
@@ -475,8 +475,8 @@ ssl_bad_cert (gpointer data,
 		g_free (cert_str);
 
 		button_captions = g_slist_append (button_captions, _("_Reject"));
-		button_captions = g_slist_append (button_captions, _("Accept _temporarily"));
-		button_captions = g_slist_append (button_captions, _("_Accept permanently"));
+		button_captions = g_slist_append (button_captions, _("Accept _Temporarily"));
+		button_captions = g_slist_append (button_captions, _("_Accept Permanently"));
 
 		/* query the user to find out if we want to accept this certificate */
 		button_id = camel_session_alert_user (ssl->priv->session, CAMEL_SESSION_ALERT_WARNING, prompt, button_captions);



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