Standardize Kicad -> KiCad
This commit is contained in:
parent
182b134872
commit
9bede6900c
|
@ -96,7 +96,7 @@ void DIALOG_CONFIG_EQUFILES::OnEditEquFile( wxCommandEvent& event )
|
|||
|
||||
if( editorname.IsEmpty() )
|
||||
{
|
||||
wxMessageBox( _( "No editor defined in Kicad. Please choose it." ) );
|
||||
wxMessageBox( _( "No editor defined in KiCad. Please choose it." ) );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@ void CVPCB_MAINFRAME::ReCreateMenuBar()
|
|||
|
||||
// About CvPcb
|
||||
AddMenuItem( helpMenu, wxID_ABOUT,
|
||||
_( "&About Kicad" ),
|
||||
_( "&About KiCad" ),
|
||||
_( "About KiCad" ),
|
||||
KiBitmap( about_xpm ) );
|
||||
|
||||
|
|
|
@ -288,7 +288,7 @@ void GERBVIEW_FRAME::ReCreateMenuBar()
|
|||
|
||||
// About Kicad
|
||||
AddMenuItem( helpMenu, wxID_ABOUT,
|
||||
_( "&About Kicad" ), _( "About KiCad" ),
|
||||
_( "&About KiCad" ), _( "About KiCad" ),
|
||||
KiBitmap( about_xpm ) );
|
||||
|
||||
// Append menus to the menubar
|
||||
|
|
|
@ -234,7 +234,7 @@ void PL_EDITOR_FRAME::ReCreateMenuBar()
|
|||
// About Kicad
|
||||
AddMenuItem( helpMenu,
|
||||
wxID_ABOUT,
|
||||
_( "&About Kicad" ),
|
||||
_( "&About KiCad" ),
|
||||
_( "About KiCad" ),
|
||||
KiBitmap( about_xpm ) );
|
||||
|
||||
|
|
|
@ -298,7 +298,7 @@ BOARD* CLIPBOARD_IO::Load( const wxString& aFileName,
|
|||
if( item->Type() != PCB_T )
|
||||
{
|
||||
// The parser loaded something that was valid, but wasn't a board.
|
||||
THROW_PARSE_ERROR( _( "Clipboard content is not Kicad compatible" ),
|
||||
THROW_PARSE_ERROR( _( "Clipboard content is not KiCad compatible" ),
|
||||
m_parser->CurSource(), m_parser->CurLine(),
|
||||
m_parser->CurLineNumber(), m_parser->CurOffset() );
|
||||
}
|
||||
|
|
|
@ -868,7 +868,7 @@ void prepareFilesMenu( wxMenu* aParentMenu, bool aIsOutsideProject )
|
|||
KiBitmap( add_board_xpm ) );
|
||||
|
||||
AddMenuItem( aParentMenu, ID_IMPORT_NON_KICAD_BOARD,
|
||||
_( "Import Non-Kicad Board File..." ),
|
||||
_( "Import Non-KiCad Board File..." ),
|
||||
_( "Import board file from other applications" ),
|
||||
KiBitmap( import_brd_file_xpm ) );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue