diff 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
line wrap: on
line diff
--- a/libpurple/protocols/msnp9/userlist.c	Wed Apr 30 06:02:26 2008 +0000
+++ b/libpurple/protocols/msnp9/userlist.c	Wed Apr 30 08:46:51 2008 +0000
@@ -652,7 +652,7 @@
 		{
 			char *str = g_strdup_printf(_("Unable to add \"%s\"."), who);
 			purple_notify_error(NULL, NULL, str,
-							  _("The screen name specified is invalid."));
+							  _("The username specified is invalid."));
 			g_free(str);
 		}