Remove beginning/ending spaces in translations

Adding space padding makes translations more difficult by increasing
string counts
This commit is contained in:
Seth Hillbrand
2020-10-20 12:08:04 -07:00
parent 6cbe2131ab
commit 4085757aeb
49 changed files with 210 additions and 145 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ void BM2CMP_FRAME::OnLoadFile( wxCommandEvent& event )
path = m_mruPath;
wxFileDialog fileDlg( this, _( "Choose Image" ), path, wxEmptyString,
_( "Image Files " ) + wxImage::GetImageExtWildcard(),
_( "Image Files" ) + wxS( " " )+ wxImage::GetImageExtWildcard(),
wxFD_OPEN | wxFD_FILE_MUST_EXIST );
int diag = fileDlg.ShowModal();