aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_gui.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-09-22 17:02:34 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-09-22 17:02:34 +0000
commit29ba21d1e70cf2cc71f9f9cc906f929c92a81712 (patch)
tree9b3aaac0a49873674edd4843bfbce05a23c2cf7a /ui/gtk/prefs_gui.c
parentad32e468bf80f1a69830905459bab1b244036479 (diff)
Change "LED" to "icon" and add a packet comment icon to the corresponding expert info tab if the preference for displaying them is enabled. Basically, extend the fix for bug 3196 to include the packet comments tab. Also, fix some typos.
svn path=/trunk/; revision=45053
Diffstat (limited to 'ui/gtk/prefs_gui.c')
-rw-r--r--ui/gtk/prefs_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/prefs_gui.c b/ui/gtk/prefs_gui.c
index bed3574478..34ba81a323 100644
--- a/ui/gtk/prefs_gui.c
+++ b/ui/gtk/prefs_gui.c
@@ -370,8 +370,8 @@ gui_prefs_show(void)
/* Enable Expert Infos Dialog Tab Label "eye-candy" */
expert_info_eyecandy_cb = create_preference_check_button(main_tb, pos++,
- "Display LEDs in the Expert Infos dialog tab labels:",
- "Whether colored LED images should be displayed in the Expert Infos dialog tab labels.",
+ "Display icons in the Expert Infos dialog tab labels:",
+ "Whether icon images should be displayed in the Expert Infos dialog tab labels.",
prefs.gui_expert_composite_eyecandy );
g_object_set_data(G_OBJECT(main_vb), GUI_EXPERT_EYECANDY_KEY, expert_info_eyecandy_cb);