Better tooltip and fix a typo.

This commit is contained in:
jean-pierre charras 2019-06-14 20:50:46 +02:00
parent 6dc8e96a34
commit f550ecaf1f
2 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ void PANEL_HOTKEYS_EDITOR::ImportHotKeys()
{
wxString ext = DEFAULT_HOTKEY_FILENAME_EXT;
wxString mask = wxT( "*." ) + ext;
wxString filename = EDA_FILE_SELECTOR( _( "Read Hotkeys File:" ), m_frame->GetMruPath(),
wxString filename = EDA_FILE_SELECTOR( _( "Import Hotkeys File:" ), m_frame->GetMruPath(),
wxEmptyString, ext, mask, this, wxFD_OPEN, true );
if( filename.IsEmpty() )

View File

@ -84,7 +84,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
submenuImport->SetIcon( import_xpm );
submenuImport->Add( PCB_ACTIONS::importFootprint );
submenuImport->Add( _( "&Impot Graphics..." ),
submenuImport->Add( _( "&Import Graphics..." ),
_( "Import 2D Drawing file to Footprint Editor on Drawings layer" ),
ID_GEN_IMPORT_GRAPHICS_FILE, import_vector_xpm );