pidgin.mxit: f64ad61b: Clarify error message that it is the Dis...
andrew.victor at mxit.com
andrew.victor at mxit.com
Wed Jul 28 09:56:22 EDT 2010
----------------------------------------------------------------------
Revision: f64ad61b7333b73652fdb6cd6e7a87b8f9fe2336
Parent: 5b7fe1c155d59c09934fa5fa4f32fbfbf99bd13d
Author: andrew.victor at mxit.com
Date: 07/28/10 04:36:54
Branch: im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/f64ad61b7333b73652fdb6cd6e7a87b8f9fe2336
Changelog:
Clarify error message that it is the Display Name field that is invalid.
Changes against parent 5b7fe1c155d59c09934fa5fa4f32fbfbf99bd13d
patched libpurple/protocols/mxit/actions.c
-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/actions.c 63a1e7c3e6831882a89f53e8fd5252aa194657ee
+++ libpurple/protocols/mxit/actions.c 57bfee442f445bc227483c6e96cf56769fd7cf70
@@ -86,7 +86,7 @@ static void mxit_cb_set_profile( PurpleC
/* 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;
}
More information about the Commits
mailing list