Very minor fix: remove a trailing space in string. Mainly to help translations.

This commit is contained in:
jean-pierre charras 2018-04-06 20:12:33 +02:00
parent b9b8d14eb9
commit 2bfbff104e
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ void DIALOG_PLOT::applyPlotSettings()
m_PSFineAdjustWidthOpt->SetValue( msg ); m_PSFineAdjustWidthOpt->SetValue( msg );
msg.Printf( _( "Width correction constrained. " msg.Printf( _( "Width correction constrained. "
"The reasonable width correction value must be in a range of " "The reasonable width correction value must be in a range of "
" [%+f; %+f] (%s) for current design rules. " ), " [%+f; %+f] (%s) for current design rules." ),
To_User_Unit( g_UserUnit, m_widthAdjustMinValue ), To_User_Unit( g_UserUnit, m_widthAdjustMinValue ),
To_User_Unit( g_UserUnit, m_widthAdjustMaxValue ), To_User_Unit( g_UserUnit, m_widthAdjustMaxValue ),
( g_UserUnit == INCHES ) ? wxT( "\"" ) : wxT( "mm" ) ); ( g_UserUnit == INCHES ) ? wxT( "\"" ) : wxT( "mm" ) );