Browse Source

Pcbnew: minor wording fix on new FP in read-only library

Suggested by Jan Wichmann.

Relates-To: https://gitlab.com/kicad/code/kicad/-/issues/18923
pcb_db
John Beard 1 year ago
parent
commit
247e332343
  1. 4
      pcbnew/tools/footprint_editor_control.cpp

4
pcbnew/tools/footprint_editor_control.cpp

@ -183,8 +183,8 @@ void FOOTPRINT_EDITOR_CONTROL::tryToSaveFootprintInLibrary( FOOTPRINT& aFootp
// they didn't quite get what they wanted.
m_frame->ShowInfoBarWarning(
wxString::Format(
_( "The footprint could not be added to the selected library ('%s') "
"because the library read-only." ),
_( "The footprint could not be added to the selected library ('%s'). "
"This library is read-only." ),
libraryName ),
false );
// And the footprint will need to be saved manually

Loading…
Cancel
Save