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:
Jeff Young 2018-07-24 18:03:10 +01:00
parent 83a56263d0
commit 7fa3491616
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) );