diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-26 21:18:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-26 21:18:42 +0200 |
| commit | ef78831047ea985f5b6e8ebbe7db5d6e3ff28eb5 (patch) | |
| tree | 1a1cd749163356e3afed3fd29f05173ebc2940ac /src/wx/about_dialog.cc | |
| parent | cf69eb8e8cdc1d57805fd119fa39ccaee0027279 (diff) | |
Cleanup: white space.
Diffstat (limited to 'src/wx/about_dialog.cc')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index b70a4f15e..eb100afc4 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -149,7 +149,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); - add_section (_("Translated by"), translated_by); + add_section (_("Translated by"), translated_by); wxArrayString patrons; patrons.Add ("Luproduction"); |
