changeset 19495:5aaff16e9fbb

- Reword some dialogs
author William Ehlhardt <williamehlhardt@gmail.com>
date Mon, 20 Aug 2007 03:53:28 +0000
parents 280c6ec32ca6
children 004c3e257bd0
files libpurple/certificate.c
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.c	Mon Aug 20 03:21:37 2007 +0000
+++ b/libpurple/certificate.c	Mon Aug 20 03:53:28 2007 +0000
@@ -1240,10 +1240,11 @@
 		/* TODO: Provide the user with more guidance about why he is
 		   being prompted */
 		/* vrq will be completed by user_auth */
-		msg = g_strdup_printf(_("The certificate given by %s has a "
-					"name on it of %s instead. This could "
-					"mean that you are not connecting to "
-					"the service you want to."),
+		msg = g_strdup_printf(_("The certificate presented by \"%s\" "
+					"claims to be from \"%s\" instead.  "
+					"This could mean that you are not "
+					"connecting to the service you "
+					"believe you are."),
 				      vrq->subject_name, sn);
 				      
 		x509_tls_cached_user_auth(vrq,msg);
@@ -1336,8 +1337,8 @@
 			g_strdup_printf(_("The certificate chain presented by "
 					  "%s does not have a valid digital "
 					  "signature from the Certificate "
-					  "Authority it claims to have one "
-					  "from."),
+					  "Authority from which it claims to "
+					  "have a signature from."),
 					vrq->subject_name);
 		
 		purple_notify_error(NULL, /* TODO: Probably wrong */