Commit d08c799f1d50ae1825258af4f437f00994a4b3bc
Exists in
master
and in
3 other branches
Merge branch 'develop' of https://github.com/PerryWerneck/lib3270 into develop
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/core/actions/table.c
... | ... | @@ -530,7 +530,7 @@ |
530 | 530 | .keys = NULL, |
531 | 531 | .icon = "edit-clear", |
532 | 532 | .label = N_("Erase input"), |
533 | - .summary = NULL, | |
533 | + .summary = N_("Clear"), | |
534 | 534 | .activate = lib3270_eraseinput, |
535 | 535 | |
536 | 536 | .group = LIB3270_ACTION_GROUP_ONLINE, |
... | ... | @@ -618,7 +618,7 @@ |
618 | 618 | .keys = "Escape", |
619 | 619 | .icon = NULL, |
620 | 620 | .label = N_("Reset"), |
621 | - .summary = NULL, | |
621 | + .summary = N_("Reset"), | |
622 | 622 | .activate = lib3270_kybdreset, |
623 | 623 | |
624 | 624 | .group = LIB3270_ACTION_GROUP_ONLINE, | ... | ... |