Commit 27a4b57a314c7628ee37ddb21ff5d41a8a80c0c2
1 parent
d059eaae
Exists in
master
and in
3 other branches
Fixing reconnect action label & description.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/core/actions/table.c
... | ... | @@ -82,12 +82,12 @@ |
82 | 82 | |
83 | 83 | .keys = NULL, |
84 | 84 | .icon = "gtk-connect", |
85 | - .label = N_( "_Connect" ) , | |
86 | - .summary = N_( "Connect to host" ), | |
85 | + .label = N_( "_Reconnect" ) , | |
86 | + .summary = N_( "Reconnect to the same host" ), | |
87 | 87 | .activate = connect_host, |
88 | 88 | |
89 | 89 | .group = LIB3270_ACTION_GROUP_OFFLINE, |
90 | - .activatable = lib3270_allow_reconnect // lib3270_is_disconnected | |
90 | + .activatable = lib3270_allow_reconnect | |
91 | 91 | }, |
92 | 92 | |
93 | 93 | { | ... | ... |