comparison libgaim/protocols/yahoo/yahoo.c @ 15000:89ae31668a9c

[gaim-migrate @ 17779] I'm committing this to get it out of my tree... As mentioned on gaim-devel, this normalizes some stuff. Mark wants to standardize on "username" instead. For recognition purposes, I'd prefer that, but using "screen name" is potentially useful in that users might not enter their OS username. In any case, it's not a huge deal to me either way. I believe the consensus before was for "screen name", and barring a consensus to change, "screen name" is the status quo anyway, so I'm making things consistent. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 19 Nov 2006 07:00:25 +0000
parents 852803694be3
children f227feab8c78
comparison
equal deleted inserted replaced
14999:82d1a2fc6d25 15000:89ae31668a9c
1900 l = l->next; 1900 l = l->next;
1901 } 1901 }
1902 1902
1903 switch (err) { 1903 switch (err) {
1904 case 3: 1904 case 3:
1905 msg = g_strdup(_("Invalid username.")); 1905 msg = g_strdup(_("Invalid screen name."));
1906 break; 1906 break;
1907 case 13: 1907 case 13:
1908 if (!yd->wm) { 1908 if (!yd->wm) {
1909 GaimUtilFetchUrlData *url_data; 1909 GaimUtilFetchUrlData *url_data;
1910 yd->wm = TRUE; 1910 yd->wm = TRUE;