comparison libpurple/protocols/msn/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 32ff15843259
children f62a4a7fe365
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
712 * won't cause too many problems if we just ignore it */ 712 * won't cause too many problems if we just ignore it */
713 713
714 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who); 714 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who);
715 715
716 purple_notify_error(NULL, NULL, str, 716 purple_notify_error(NULL, NULL, str,
717 _("The screen name specified is invalid.")); 717 _("The username specified is invalid."));
718 g_free(str); 718 g_free(str);
719 719
720 return; 720 return;
721 } 721 }
722 722