diff --git a/src/terminal/actions/table.c b/src/terminal/actions/table.c index e491b4c..b88892b 100644 --- a/src/terminal/actions/table.c +++ b/src/terminal/actions/table.c @@ -73,7 +73,7 @@ }, { - .name = "copy-as-html", + .name = "copy-html", .group = LIB3270_ACTION_GROUP_SELECTION, .label = N_( "Copy as HTML" ), .summary = N_("Copy selection in HTML format"), -- libgit2 0.21.2