Make it clear that we're append the content of a schematic.
Fixes: lp:1563477 * https://bugs.launchpad.net/kicad/+bug/1563477
This commit is contained in:
parent
83a56263d0
commit
7fa3491616
|
@ -405,7 +405,7 @@ void prepareFilesMenu( wxMenu* aParentMenu, bool aIsOutsideProject )
|
|||
aParentMenu->AppendSeparator();
|
||||
|
||||
AddMenuItem( aParentMenu, ID_APPEND_PROJECT,
|
||||
_( "App&end Schematic Sheet..." ),
|
||||
_( "App&end Schematic Sheet Content..." ),
|
||||
_( "Import schematic sheet content from another project to current sheet" ),
|
||||
KiBitmap( add_document_xpm ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue