diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-02 04:46:48 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-02 04:46:48 +0200 |
commit | 279009bb2060e6c0249309c4fd29542fca09dc08 (patch) | |
tree | b90063a5d3802f4bdb0d95d659eb4c1edba6fdcd /src/fe-gtk/setup.c | |
parent | d754200b42c1c4ce39baa6530504a7a6572236d2 (diff) |
Consistency for the other Advanced pane too
Diffstat (limited to 'src/fe-gtk/setup.c')
-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 3cf059e3..e2ec7fd8 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -452,7 +452,7 @@ static const setting advanced_settings_oneinstance[] = {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 " |