pidgin.mxit: 116c3c03: Better error message.
andrew.victor at mxit.com
andrew.victor at mxit.com
Wed Jan 26 04:40:28 EST 2011
----------------------------------------------------------------------
Revision: 116c3c0389e69edd90534a89c3d070edaa9892e8
Parent: a9967d17d0334c686954bcdf5464ea7143fdce98
Author: andrew.victor at mxit.com
Date: 01/26/11 04:36:58
Branch: im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/116c3c0389e69edd90534a89c3d070edaa9892e8
Changelog:
Better error message.
Changes against parent a9967d17d0334c686954bcdf5464ea7143fdce98
patched libpurple/protocols/mxit/login.c
-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/login.c bddcdbb3c9fb41225d192112696a6013ad4c966d
+++ libpurple/protocols/mxit/login.c 280c74cc5e523a6c0dc438e5ab83e0504cd65288
@@ -239,7 +239,7 @@ static void mxit_cb_register_ok( PurpleC
/* nickname */
str = purple_request_fields_get_string( fields, "nickname" );
if ( ( !str ) || ( strlen( str ) < 3 ) ) {
- err = _( "The Display Name you entered is invalid." );
+ err = _( "The Display Name you entered is too short." );
goto out;
}
g_strlcpy( profile->nickname, str, sizeof( profile->nickname ) );
More information about the Commits
mailing list