This commit is contained in:
Seth Hillbrand 2024-01-12 14:51:32 -08:00
parent 7461b4c720
commit 4e3d2a148d
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ void SYMBOL_EDIT_FRAME::CreateNewSymbol( const wxString& aInheritFrom )
{
if( newName.IsEmpty() )
{
wxMessageBox( _( "Symbol must have a newName." ) );
wxMessageBox( _( "Symbol must have a name." ) );
return false;
}