Mercurial > pidgin
changeset 13550:47c12348cfd1
[gaim-migrate @ 15927]
The 'nick said' sound event really only fires on screen name, not alias, server name, ("nickname"/"friendly name"), real name, pet name, etc. Changing this string to say "screen name" is more clear and consistent with the change I just made to the notify plugin.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 22 Mar 2006 07:09:08 +0000 |
parents | cef825f41d56 |
children | 40612ca80643 |
files | src/gtksound.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtksound.c Wed Mar 22 06:56:41 2006 +0000 +++ b/src/gtksound.c Wed Mar 22 07:09:08 2006 +0000 @@ -69,7 +69,7 @@ {N_("Others talk in chat"), "chat_msg_recv", "receive.wav"}, /* this isn't a terminator, it's the buddy pounce default sound event ;-) */ {NULL, "pounce_default", "alert.wav"}, - {N_("Someone says your name in chat"), "nick_said", "alert.wav"} + {N_("Someone says your screen name in chat"), "nick_said", "alert.wav"} }; #ifdef USE_AO