diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 21:40:56 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-01 21:40:56 +0200 |
commit | 4627b05089021857d34cf94867bf0c52b35be041 (patch) | |
tree | 0ddb57ec4cf9257e46a13be1837788286612c886 /src/fe-gtk | |
parent | 4f887a1e536044cca9b4a865917ca56288032b07 (diff) |
Be consistent in Preferences
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 6dd84521..3cf059e3 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -143,7 +143,7 @@ static const char *const tabcompmenu[] = static const setting inputbox_settings[] = { - {ST_HEADER, N_("Input box"),0,0,0}, + {ST_HEADER, N_("Input Box"),0,0,0}, {ST_TOGGLE, N_("Use the Text box font and colors"), P_OFFINTNL(style_inputbox),0,0,0}, #if defined(USE_GTKSPELL) || defined(USE_LIBSEXY) {ST_TOGGLE, N_("Spell checking"), P_OFFINTNL(gui_input_spell),0,0,0}, @@ -219,7 +219,7 @@ static const setting userlist_settings[] = {ST_MENU, N_("User list sorted by:"), P_OFFINTNL(userlist_sort), 0, ulmenutext, 0}, {ST_MENU, N_("Show user list at:"), P_OFFINTNL(gui_ulist_pos), 0, ulpos, 1}, - {ST_HEADER, N_("Away tracking"),0,0,0}, + {ST_HEADER, N_("Away Tracking"),0,0,0}, {ST_TOGGLE, N_("Track the Away status of users and mark them in a different color"), P_OFFINTNL(away_track),0,0,2}, {ST_NUMBER, N_("On channels smaller than:"), P_OFFINTNL(away_size_max),0,0,10000}, @@ -422,7 +422,7 @@ static const setting advanced_settings[] = {ST_TOGGLE, N_("Send window"), P_OFFINTNL(autoopendccsendwindow), 0, 0, 0}, {ST_TOGGLE, N_("Receive window"), P_OFFINTNL(autoopendccrecvwindow), 0, 0, 0}, {ST_TOGGLE, N_("Chat window"), P_OFFINTNL(autoopendccchatwindow), 0, 0, 0}, - {ST_HEADER, N_("Auto-Copy Behavior"),0,0,0}, + {ST_HEADER, N_("Auto Copy Behavior"),0,0,0}, {ST_TOGGLE, N_("Automatically copy selected text"), P_OFFINTNL(autocopy_text), N_("Copy selected text to clipboard when left mouse button is released. " "Otherwise, CONTROL-SHIFT-C will copy the " |