Pcbnew: fix an issue when collecting vias (for instance when left clicking on a via, it was not always detected)

This bug was mainly noticeable when using buried vias (some were never detected)
Minor other fixes (typos, strings hard to translate ...)
This commit is contained in:
jean-pierre charras
2012-10-04 19:47:28 +02:00
parent d07351c8ba
commit d4e55c69c1
4 changed files with 16 additions and 34 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ void EDA_BASE_FRAME::GetKicadHelp( wxCommandEvent& event )
}
else
{
msg.Printf( _( "Help file %s not found." ), GetChars( wxGetApp().GetHelpFileName() ) );
msg.Printf( _( "Help file %s could not be found." ), GetChars( wxGetApp().GetHelpFileName() ) );
wxMessageBox( msg );
}