Fix typos in dialogs.
This commit is contained in:
parent
72f19ded75
commit
fdc4d2a8a9
|
@ -293,7 +293,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">Templates path</property>
|
||||
<property name="label">Template path</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
<property name="maximum_size"></property>
|
||||
|
|
|
@ -23,7 +23,7 @@ DIALOG_TEMPLATE_SELECTOR_BASE::DIALOG_TEMPLATE_SELECTOR_BASE( wxWindow* parent,
|
|||
m_htmlWin = new wxHtmlWindow( this, wxID_ANY, wxDefaultPosition, wxSize( -1,-1 ), wxHW_SCROLLBAR_AUTO );
|
||||
bmainSizer->Add( m_htmlWin, 1, wxALL|wxEXPAND, 3 );
|
||||
|
||||
m_staticTextTpath = new wxStaticText( this, wxID_ANY, _("Templates path"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextTpath = new wxStaticText( this, wxID_ANY, _("Template path"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_staticTextTpath->Wrap( -1 );
|
||||
bmainSizer->Add( m_staticTextTpath, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
|
||||
|
||||
|
|
|
@ -288,7 +288,7 @@ bool DIALOG_GEN_MODULE_POSITION::CreateFiles()
|
|||
|
||||
if( singleFile )
|
||||
{
|
||||
m_reporter->Report( _( "Componment Placement File generation OK." ), REPORTER::RPT_ACTION );
|
||||
m_reporter->Report( _( "Component Placement File generation OK." ), REPORTER::RPT_ACTION );
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -329,7 +329,7 @@ bool DIALOG_GEN_MODULE_POSITION::CreateFiles()
|
|||
m_reporter->Report( msg, REPORTER::RPT_INFO );
|
||||
}
|
||||
|
||||
m_reporter->Report( _( "Componment Placement File generation OK." ), REPORTER::RPT_ACTION );
|
||||
m_reporter->Report( _( "Component Placement File generation OK." ), REPORTER::RPT_ACTION );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue