Mercurial > pidgin.yaz
changeset 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 | d3e13deb64a5 |
children | 18a903a3b474 |
files | libpurple/protocols/mxit/actions.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }