[gaim-migrate @ 15926]

Wed, 22 Mar 2006 06:56:41 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Wed, 22 Mar 2006 06:56:41 +0000
changeset 13550
55c77cece2d0
parent 13549
95bb621ff3a7
child 13551
d21effc814bc

[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'

plugins/notify.c file | annotate | diff | comparison | revisions
--- 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"));

mercurial