comparison libpurple/protocols/yahoo/yahoo.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 0723826f9229
children 0b11895cc564 2f05586afa12
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
2122 l = l->next; 2122 l = l->next;
2123 } 2123 }
2124 2124
2125 switch (err) { 2125 switch (err) {
2126 case 3: 2126 case 3:
2127 msg = g_strdup(_("Invalid screen name.")); 2127 msg = g_strdup(_("Invalid username."));
2128 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME; 2128 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME;
2129 break; 2129 break;
2130 case 13: 2130 case 13:
2131 #ifdef TRY_WEBMESSENGER_LOGIN 2131 #ifdef TRY_WEBMESSENGER_LOGIN
2132 if (!yd->wm) { 2132 if (!yd->wm) {