diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-03-25 03:14:23 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-03-25 03:14:23 +0100 |
commit | 15396fc2cd28434ebe15e72f32b82e6481b93bea (patch) | |
tree | 743e60c2a1616ba5603a7f320dc1f0072c4bcf3f /src/fe-gtk/setup.c | |
parent | 2bd12b2e255715df766737541a01b8f25fe764aa (diff) |
Cosmetics
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 d7561520..bc5c090d 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -446,7 +446,7 @@ static const setting alert_settings[] = {ST_TOGGLE, N_("Enable system tray icon"), P_OFFINTNL(hex_gui_tray), 0, 0, 0}, {ST_TOGGLE, N_("Minimize to tray"), P_OFFINTNL(hex_gui_tray_minimize), 0, 0, 0}, {ST_TOGGLE, N_("Close to tray"), P_OFFINTNL(hex_gui_tray_close), 0, 0, 0}, - {ST_TOGGLE, N_("Automatically mark away/back"), P_OFFINTNL(hex_gui_tray_away), N_("When hiding to tray automatically change status."), 0, 0}, + {ST_TOGGLE, N_("Automatically mark away/back"), P_OFFINTNL(hex_gui_tray_away), N_("Automatically change status when hiding to tray."), 0, 0}, #ifndef WIN32 {ST_TOGGLE, N_("Only show tray balloons when hidden or iconified"), P_OFFINTNL(hex_gui_tray_quiet), 0, 0, 0}, #endif |