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,
|
AddMenuItem( fileMenu,
|
||||||
ID_APPEND_PROJECT, _( "App&end Schematic Sheet" ),
|
ID_APPEND_PROJECT, _( "Imp&ort Schematic Sheet Content" ),
|
||||||
_( "Append schematic sheet to current project" ),
|
_( "Import a schematic sheet content from an other project in the current sheet" ),
|
||||||
KiBitmap( open_document_xpm ) );
|
KiBitmap( open_document_xpm ) );
|
||||||
|
|
||||||
fileMenu->AppendSeparator();
|
fileMenu->AppendSeparator();
|
||||||
|
|
Loading…
Reference in New Issue