summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2013-10-11 18:03:42 -0700
committerTingPing <TingPing@users.noreply.github.com>2013-10-11 18:03:42 -0700
commitadab8567e4806d45a49e1fd69290791dd36e95c7 (patch)
treec5d056e6f7ee2553ad01060cf7404190b0e57386 /src/fe-gtk/setup.c
parentcbf275777ce3c9d4357f7a7ce6a8a89c51857df3 (diff)
parent0b228246ba5dfc3a9a71684adefabb57253c5385 (diff)
Merge pull request #801 from Phr33d0m/patch-2
Better understandable option for the input box's color rendering
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 0fbed08e..3cd85af4 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -187,7 +187,7 @@ static const setting inputbox_settings[] =
 {
 	{ST_HEADER, N_("Input Box"),0,0,0},
 	{ST_TOGGLE, N_("Use the Text box font and colors"), P_OFFINTNL(hex_gui_input_style),0,0,0},
-	{ST_TOGGLE, N_("Show attributes"), P_OFFINTNL (hex_gui_input_attr),0,0,0},
+	{ST_TOGGLE, N_("Render colors and attributes"), P_OFFINTNL (hex_gui_input_attr),0,0,0},
 	{ST_TOGGLE, N_("Show nick box"), P_OFFINTNL(hex_gui_input_nick),0,0,1},
 	{ST_TOGGLE, N_("Show user mode icon in nick box"), P_OFFINTNL(hex_gui_input_icon),0,0,0},
 	{ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(hex_gui_input_spell),0,0,1},