I18n: fix a few useless leading spaces in messages.
This commit is contained in:
@@ -539,7 +539,7 @@ void BM2CMP_FRAME::OnExportToClipboard( wxCommandEvent& event )
|
||||
wxTheClipboard->Close();
|
||||
}
|
||||
else
|
||||
wxMessageBox( _( " Unable to export to the Clipboard") );
|
||||
wxMessageBox( _( "Unable to export to the Clipboard") );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user