Add ellipsis to 'Derive from Existing Symbol'

This commit is contained in:
John Beard 2025-01-20 20:55:36 +08:00
parent e9269e59f7
commit 48b32f781e

View File

@ -199,7 +199,7 @@ TOOL_ACTION EE_ACTIONS::newSymbol( TOOL_ACTION_ARGS()
TOOL_ACTION EE_ACTIONS::deriveFromExistingSymbol( TOOL_ACTION_ARGS() TOOL_ACTION EE_ACTIONS::deriveFromExistingSymbol( TOOL_ACTION_ARGS()
.Name( "eeschema.SymbolLibraryControl.deriveFromExistingSymbol" ) .Name( "eeschema.SymbolLibraryControl.deriveFromExistingSymbol" )
.Scope( AS_GLOBAL ) .Scope( AS_GLOBAL )
.FriendlyName( _( "Derive from Existing Symbol" ) ) .FriendlyName( _( "Derive from Existing Symbol..." ) )
.Tooltip( _( "Create a new symbol, derived from an existing symbol" ) ) .Tooltip( _( "Create a new symbol, derived from an existing symbol" ) )
.Icon( BITMAPS::new_component ) ); .Icon( BITMAPS::new_component ) );