diff libpurple/protocols/mxit/actions.c @ 30737:6d6ac5720853

Clarify error message that it is the Display Name field that is invalid.
author andrew.victor@mxit.com
date Wed, 28 Jul 2010 08:36:54 +0000
parents d9e94339ca3b
children bcc22eeaf3fa
line wrap: on
line diff
--- a/libpurple/protocols/mxit/actions.c	Tue Jul 27 05:49:56 2010 +0000
+++ b/libpurple/protocols/mxit/actions.c	Wed Jul 28 08:36:54 2010 +0000
@@ -86,7 +86,7 @@
 	/* validate name */
 	name = purple_request_fields_get_string( fields, "name" );
 	if ( ( !name ) || ( strlen( name ) < 3 ) ) {
-		err = _( "The name you entered is invalid." );
+		err = _( "The Display Name you entered is invalid." );
 		goto out;
 	}