comparison libpurple/protocols/toc/toc.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 665e04562de0
children e0bcb8cfda74
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
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 screen name or password.")); 549 g_snprintf(buf, sizeof(buf), _("Incorrect username 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: