changeset 19534:126c5235627b

- Change wording on certificate accept/reject dialog
author William Ehlhardt <williamehlhardt@gmail.com>
date Wed, 29 Aug 2007 20:05:17 +0000
parents 33049b323aee
children 7d9887c3ac81
files libpurple/certificate.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.c	Wed Aug 29 20:00:31 2007 +0000
+++ b/libpurple/certificate.c	Wed Aug 29 20:05:17 2007 +0000
@@ -1164,8 +1164,8 @@
 		NULL,         /* No associated conversation */
 		x509_tls_cached_ua_ctx_new(vrq, reason),
 		3,            /* Number of actions */
-		_("Yes"), x509_tls_cached_user_auth_accept_cb,
-		_("No"),  x509_tls_cached_user_auth_reject_cb,
+		_("Accept"), x509_tls_cached_user_auth_accept_cb,
+		_("Reject"),  x509_tls_cached_user_auth_reject_cb,
 		_("_View Certificate..."), x509_tls_cached_show_cert);
 	
 	/* Cleanup */