diff src/prefs.c @ 2834:66b1112d948f

[gaim-migrate @ 2847] eh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 02 Dec 2001 11:30:20 +0000
parents 51999a36c0b1
children 754bb84d8776
line wrap: on
line diff
--- a/src/prefs.c	Sun Dec 02 10:08:09 2001 +0000
+++ b/src/prefs.c	Sun Dec 02 11:30:20 2001 +0000
@@ -907,7 +907,7 @@
 			vbox2);
 	gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2);
 	gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2);
-	gaim_button(_("Show aliases in tabs"), &im_options, OPT_IM_ALIAS_TAB, vbox2);
+	gaim_button(_("Show aliases in tabs/titles"), &im_options, OPT_IM_ALIAS_TAB, vbox2);
 	gaim_button(_("Hide window on send"), &im_options, OPT_IM_POPDOWN, vbox2);
 
 	frame = gtk_frame_new(_("Window Sizes"));