Fix some tooltips.
Fixes: lp:1792256 * https://bugs.launchpad.net/kicad/+bug/1792256
This commit is contained in:
parent
3f23e9ac46
commit
4d6cd52ffc
|
@ -912,14 +912,14 @@ void prepareFilesMenu( wxMenu* aParentMenu, bool aIsOutsideProject )
|
||||||
|
|
||||||
AddMenuItem( submenuarchive, ID_MENU_ARCHIVE_MODULES_IN_LIBRARY,
|
AddMenuItem( submenuarchive, ID_MENU_ARCHIVE_MODULES_IN_LIBRARY,
|
||||||
_( "&Archive Footprints in Existing Library..." ),
|
_( "&Archive Footprints in Existing Library..." ),
|
||||||
_( "Archive all footprints in existing library in footprint Lib table"
|
_( "Archive all footprints to existing library in footprint Lib table"
|
||||||
"(does not remove other footprints in this library)" ),
|
"(does not remove other footprints in this library)" ),
|
||||||
KiBitmap( library_archive_xpm ) );
|
KiBitmap( library_archive_xpm ) );
|
||||||
|
|
||||||
AddMenuItem( submenuarchive, ID_MENU_CREATE_LIBRARY_AND_ARCHIVE_MODULES,
|
AddMenuItem( submenuarchive, ID_MENU_CREATE_LIBRARY_AND_ARCHIVE_MODULES,
|
||||||
_( "&Create New Library and Archive Footprints..." ),
|
_( "&Create New Library and Archive Footprints..." ),
|
||||||
_( "Archive all footprints in new library\n"
|
_( "Archive all footprints to a new library\n"
|
||||||
"(if the library already exists it will be deleted)" ),
|
"(if the library already exists it will be replaced)" ),
|
||||||
KiBitmap( library_archive_as_xpm ) );
|
KiBitmap( library_archive_as_xpm ) );
|
||||||
|
|
||||||
AddMenuItem( aParentMenu, submenuarchive,
|
AddMenuItem( aParentMenu, submenuarchive,
|
||||||
|
|
|
@ -58,7 +58,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar()
|
||||||
|
|
||||||
m_mainToolBar->AddTool( ID_MODEDIT_SAVE, wxEmptyString,
|
m_mainToolBar->AddTool( ID_MODEDIT_SAVE, wxEmptyString,
|
||||||
KiScaledBitmap( save_xpm, this ),
|
KiScaledBitmap( save_xpm, this ),
|
||||||
_( "Save footprint in existing library" ) );
|
_( "Save changes" ) );
|
||||||
|
|
||||||
KiScaledSeparator( m_mainToolBar, this );
|
KiScaledSeparator( m_mainToolBar, this );
|
||||||
m_mainToolBar->AddTool( wxID_PRINT, wxEmptyString,
|
m_mainToolBar->AddTool( wxID_PRINT, wxEmptyString,
|
||||||
|
|
Loading…
Reference in New Issue