comparison libpurple/protocols/msnp9/userlist.c @ 22770:cc8903c59d6b

Change the string "screen name" to "username" everywhere. I think most of us agree that "username" is a better term. Also changing the accelerator key for "Username" in the add account dialog from 'n' to 'u', which I think makes more sense.
author Mark Doliner <mark@kingant.net>
date Wed, 30 Apr 2008 08:46:51 +0000
parents a7ef2c82d125
children
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
650 * won't cause too many problems if we just ignore it */ 650 * won't cause too many problems if we just ignore it */
651 if (list_id == MSN_LIST_FL) 651 if (list_id == MSN_LIST_FL)
652 { 652 {
653 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who); 653 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who);
654 purple_notify_error(NULL, NULL, str, 654 purple_notify_error(NULL, NULL, str,
655 _("The screen name specified is invalid.")); 655 _("The username specified is invalid."));
656 g_free(str); 656 g_free(str);
657 } 657 }
658 658
659 return; 659 return;
660 } 660 }