comparison libgaim/protocols/toc/toc.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 118fd0dc5b6e
children
comparison
equal deleted inserted replaced
14999:82d1a2fc6d25 15000:89ae31668a9c
544 break; 544 break;
545 case 979: 545 case 979:
546 g_snprintf(buf, sizeof(buf), _("Failure unknown: %s."), w); 546 g_snprintf(buf, sizeof(buf), _("Failure unknown: %s."), w);
547 break; 547 break;
548 case 980: 548 case 980:
549 g_snprintf(buf, sizeof(buf), _("Incorrect nickname or password.")); 549 g_snprintf(buf, sizeof(buf), _("Incorrect screen name or password."));
550 break; 550 break;
551 case 981: 551 case 981:
552 g_snprintf(buf, sizeof(buf), _("The service is temporarily unavailable.")); 552 g_snprintf(buf, sizeof(buf), _("The service is temporarily unavailable."));
553 break; 553 break;
554 case 982: 554 case 982: