From 27a4b57a314c7628ee37ddb21ff5d41a8a80c0c2 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 23 Dec 2019 08:49:59 -0300 Subject: [PATCH] Fixing reconnect action label & description. --- src/core/actions/table.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/actions/table.c b/src/core/actions/table.c index 43600d5..1df3eb5 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -82,12 +82,12 @@ .keys = NULL, .icon = "gtk-connect", - .label = N_( "_Connect" ) , - .summary = N_( "Connect to host" ), + .label = N_( "_Reconnect" ) , + .summary = N_( "Reconnect to the same host" ), .activate = connect_host, .group = LIB3270_ACTION_GROUP_OFFLINE, - .activatable = lib3270_allow_reconnect // lib3270_is_disconnected + .activatable = lib3270_allow_reconnect }, { -- libgit2 0.21.2