From 190cdc144f13fd3ad4407fb088ded4a51afdc0dd Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 28 Oct 2019 16:57:14 -0300 Subject: [PATCH] Fixing "print" action label. --- 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 e3b14bf..0c71fa7 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -421,8 +421,8 @@ .type = LIB3270_ACTION_TYPE_GENERIC, .key = NULL, - .icon = NULL, - .label = NULL, + .icon = "edit-clear", + .label = N_("Erase input"), .summary = NULL, .activate = lib3270_eraseinput, @@ -640,7 +640,7 @@ .key = "Print", .icon = "document-print", - .label = NULL, + .label = N_("Print"), .summary = N_("Send to print"), .description = N_("If the terminal has selected area print it, if not, print all contents."), .activate = lib3270_print, -- libgit2 0.21.2