Eeschema: Files menu: better name and better comment for the Import sheet content from a project in the current sheep command.

This commit is contained in:
jean-pierre charras 2016-02-15 16:58:35 +01:00
parent 90d6e7568e
commit 5b1a5cbdce
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ void SCH_EDIT_FRAME::ReCreateMenuBar()
}
AddMenuItem( fileMenu,
ID_APPEND_PROJECT, _( "App&end Schematic Sheet" ),
_( "Append schematic sheet to current project" ),
ID_APPEND_PROJECT, _( "Imp&ort Schematic Sheet Content" ),
_( "Import a schematic sheet content from an other project in the current sheet" ),
KiBitmap( open_document_xpm ) );
fileMenu->AppendSeparator();