Clarify error message that it is the Display Name field that is invalid. mxit

Wed, 28 Jul 2010 08:36:54 +0000

author
Andrew Victor <andrew.victor@mxit.com>
date
Wed, 28 Jul 2010 08:36:54 +0000
branch
mxit
changeset 30569
1a384006a38e
parent 30568
4d09ad59b4d1
child 30570
b9eca5b5a10d

Clarify error message that it is the Display Name field that is invalid.

libpurple/protocols/mxit/actions.c file | annotate | diff | comparison | revisions
--- 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;
 	}
 

mercurial