comparison pidgin/gtksound.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 5c216e2c5405
children 56a38b60576e
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
68 {N_("Person leaves chat"), "left_chat", "logout.wav"}, 68 {N_("Person leaves chat"), "left_chat", "logout.wav"},
69 {N_("You talk in chat"), "send_chat_msg", "send.wav"}, 69 {N_("You talk in chat"), "send_chat_msg", "send.wav"},
70 {N_("Others talk in chat"), "chat_msg_recv", "receive.wav"}, 70 {N_("Others talk in chat"), "chat_msg_recv", "receive.wav"},
71 /* this isn't a terminator, it's the buddy pounce default sound event ;-) */ 71 /* this isn't a terminator, it's the buddy pounce default sound event ;-) */
72 {NULL, "pounce_default", "alert.wav"}, 72 {NULL, "pounce_default", "alert.wav"},
73 {N_("Someone says your screen name in chat"), "nick_said", "alert.wav"} 73 {N_("Someone says your username in chat"), "nick_said", "alert.wav"}
74 }; 74 };
75 75
76 static gboolean 76 static gboolean
77 unmute_login_sounds_cb(gpointer data) 77 unmute_login_sounds_cb(gpointer data)
78 { 78 {