From 9894acea76a4bdf189aa80d9d9edfba94f7ccaa0 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 28 Sep 2022 17:09:43 -0700 Subject: [PATCH] Spelling --- pcbnew/tools/board_editor_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/board_editor_control.cpp b/pcbnew/tools/board_editor_control.cpp index 7d8980e200..5dd9544243 100644 --- a/pcbnew/tools/board_editor_control.cpp +++ b/pcbnew/tools/board_editor_control.cpp @@ -1494,7 +1494,7 @@ int BOARD_EDITOR_CONTROL::AssignNetclass( const TOOL_EVENT& aEvent ) if( netName.IsEmpty() ) { - m_frame->ShowInfoBarError( _( "Selection contains no items with labelled nets." ) ); + m_frame->ShowInfoBarError( _( "Selection contains no items with labeled nets." ) ); return 0; }