I18n: fix a few useless leading spaces in messages.

This commit is contained in:
jean-pierre charras
2019-06-16 20:29:11 +02:00
parent be8fe3884f
commit a076f5092c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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") );
}