From 5e6795a7746bf5b8f445ddbd224b1434277b2b0b Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Mon, 20 Jan 2025 11:39:11 +0000 Subject: [PATCH] Ellipsis for Edit Table Properties dialog. Fixes https://gitlab.com/kicad/code/kicad/-/issues/19682 --- common/tool/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tool/actions.cpp b/common/tool/actions.cpp index ed4c561825..180aaa2cae 100644 --- a/common/tool/actions.cpp +++ b/common/tool/actions.cpp @@ -451,7 +451,7 @@ TOOL_ACTION ACTIONS::editTable( TOOL_ACTION_ARGS() .Name( "pcbnew.TableEditor.editTable" ) .Scope( AS_GLOBAL ) .DefaultHotkey( MD_CTRL + 'E' ) - .FriendlyName( _( "Edit Table" ) ) + .FriendlyName( _( "Edit Table..." ) ) .Icon( BITMAPS::spreadsheet ) ); // JEY TODO: need icon TOOL_ACTION ACTIONS::activatePointEditor( TOOL_ACTION_ARGS()