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:
parent
90d6e7568e
commit
5b1a5cbdce
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue