Remove incorrect leading spaces in some strings.

This commit is contained in:
jean-pierre charras 2017-06-07 12:56:20 +02:00
parent 1a30b4fb05
commit 9d524fe2e3
3 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ void PL_EDITOR_FRAME::ReCreateHToolbar( void )
wxDefaultPosition, wxDefaultSize,
5, choiceList );
m_mainToolBar->AddControl( m_originSelectBox );
m_originSelectBox->SetToolTip( _(" Origin of coordinates displayed to the status bar") );
m_originSelectBox->SetToolTip( _("Origin of coordinates displayed to the status bar") );
int minwidth = 0;
for( int ii = 0; ii < 5; ii++ )

View File

@ -395,13 +395,13 @@ void PCB_CALCULATOR_FRAME::RegulatorsSolve()
// Some tests:
if( vout < vref && id != 2)
{
m_RegulMessage->SetLabel( _(" Vout must be greater than vref" ) );
m_RegulMessage->SetLabel( _("Vout must be greater than vref" ) );
return;
}
if( vref == 0.0 )
{
m_RegulMessage->SetLabel( _(" Vref set to 0 !" ) );
m_RegulMessage->SetLabel( _("Vref set to 0 !" ) );
return;
}

View File

@ -361,7 +361,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
AddMenuItem( helpMenu, ID_HELP_GET_INVOLVED,
_( "Get &Involved" ),
_( "Contribute to KiCad (opens in web browser)" ),
_( "Contribute to KiCad (open web browser)" ),
KiBitmap( info_xpm ) );
// About Pcbnew