Mercurial > pidgin
changeset 13549:cef825f41d56
[gaim-migrate @ 15926]
Kevin suggested this on gaim-devel:
'I would suggest changing "_Only when someone says your nick" in the
message notification plugin to a more standard terminology for your own
name or screen name or nickname. "Nick" is an IRC abbreviation which
may be less clear.
Kevin'
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 22 Mar 2006 06:56:41 +0000 |
parents | db6add1a3905 |
children | 47c12348cfd1 |
files | plugins/notify.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/notify.c Wed Mar 22 06:24:39 2006 +0000 +++ b/plugins/notify.c Wed Mar 22 06:56:41 2006 +0000 @@ -654,7 +654,7 @@ G_CALLBACK(type_toggle_cb), "type_chat"); ref = toggle; - toggle = gtk_check_button_new_with_mnemonic(_("\t_Only when someone says your nick")); + toggle = gtk_check_button_new_with_mnemonic(_("\t_Only when someone says your screen name")); gtk_box_pack_start(GTK_BOX(vbox), toggle, FALSE, FALSE, 0); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toggle), gaim_prefs_get_bool("/plugins/gtk/X11/notify/type_chat_nick"));