From ebae4958c3213bad2073f0b551a149164ba86368 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sat, 11 Jul 2020 11:06:37 -0300 Subject: [PATCH] Clear & Kybdreset were missing in v3270's accelerator dialogs. --- src/core/actions/table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/actions/table.c b/src/core/actions/table.c index 47539da..afe26fc 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -530,7 +530,7 @@ .keys = NULL, .icon = "edit-clear", .label = N_("Erase input"), - .summary = NULL, + .summary = N_("Clear"), .activate = lib3270_eraseinput, .group = LIB3270_ACTION_GROUP_ONLINE, @@ -618,7 +618,7 @@ .keys = "Escape", .icon = NULL, .label = N_("Reset"), - .summary = NULL, + .summary = N_("Reset"), .activate = lib3270_kybdreset, .group = LIB3270_ACTION_GROUP_ONLINE, -- libgit2 0.21.2