diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-28 19:10:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-28 19:10:10 +0100 |
| commit | bd3ceae954c4acd2a9731bea428aad8b3a84e205 (patch) | |
| tree | ab0b3379691cf9f02361806cfa45245f50e49a28 /src | |
| parent | 1ffe95264eec95f300386c0fbc0d56ae673cdb08 (diff) | |
Fix translator name.
Diffstat (limited to 'src')
| -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 319618f97..9addd68bc 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -121,7 +121,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Davide Sanvito")); translated_by.Add (wxT ("Marek Skrzelowski")); translated_by.Add (wxT ("Igor Voytovich")); - translated_by.Add (wxT ("若文")); + translated_by.Add (wxT ("Rov (若文)")); add_section (_("Translated by"), translated_by); wxArrayString with_help_from; |
