diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 20:59:52 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 20:59:52 +0200 |
commit | 4482f8d1f53138f7846c139b6ae2b4bf9cf34dd1 (patch) | |
tree | 35bdbc9ad47f345a05546853047fd659045f6a28 /src | |
parent | 68e795a595b9c22464d664d989c457d88570de18 (diff) |
Cosmetics
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 742eb0b3..fcc0a588 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -266,7 +266,7 @@ static const setting tabs_settings[] = {ST_TOGGLE, N_("Open an extra tab for server notices"), P_OFFINTNL(notices_tabs), 0, 0, 0}, {ST_TOGGLE, N_("Open a new tab when you receive a private message"), P_OFFINTNL(autodialog), 0, 0, 0}, {ST_TOGGLE, N_("Sort tabs in alphabetical order"), P_OFFINTNL(tab_sort), 0, 0, 0}, - {ST_TOGGLE, N_("Show icons in tree view"), P_OFFINTNL(tab_icons), 0, 0, 0}, + {ST_TOGGLE, N_("Show icons in the channel tree"), P_OFFINTNL(tab_icons), 0, 0, 0}, {ST_TOGGLE, N_("Smaller text"), P_OFFINTNL(tab_small), 0, 0, 0}, #if 0 {ST_MENU, N_("Focus new tabs:"), P_OFFINTNL(newtabstofront), 0, focusnewtabsmenu, 0}, |