I18n: remove useless trailing spaces in strings.

This commit is contained in:
jean-pierre charras 2020-12-27 15:54:37 +01:00
parent 17cf2466aa
commit e66451c56e
1 changed files with 2 additions and 2 deletions

View File

@ -685,7 +685,7 @@ void SCH_SCREEN::UpdateSymbolLinks( REPORTER* aReporter )
if( aReporter )
{
msg.Printf( _( "Setting schematic symbol '%s %s' library identifier to '%s'. " ),
msg.Printf( _( "Setting schematic symbol '%s %s' library identifier to '%s'." ),
symbol->GetField( REFERENCE_FIELD )->GetText(),
symbol->GetField( VALUE_FIELD )->GetText(),
symbol->GetLibId().Format().wx_str() );
@ -696,7 +696,7 @@ void SCH_SCREEN::UpdateSymbolLinks( REPORTER* aReporter )
{
if( aReporter )
{
msg.Printf( _( "No library symbol found for schematic symbol '%s %s'. " ),
msg.Printf( _( "No library symbol found for schematic symbol '%s %s'." ),
symbol->GetField( REFERENCE_FIELD )->GetText(),
symbol->GetField( VALUE_FIELD )->GetText() );
aReporter->ReportTail( msg, RPT_SEVERITY_ERROR );