libpurple/protocols/mxit/actions.c

branch
mxit
changeset 30569
1a384006a38e
parent 30521
44e7b773d9d9
child 31498
7819cde6f7d9
--- 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