diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-10 13:32:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-10 13:32:17 +0100 |
| commit | b9bd17a80b142158b0495947bc1b46767befabc2 (patch) | |
| tree | 793e991eecfacdb3337d9b953dc25fa77f147cb9 /src | |
| parent | e0e7c75b7ec449087d7fa1b3055a086ef797b368 (diff) | |
Use Russian name Михаил Эпштейн for Mikhail Epshteyn.
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 71e0e648e..0e8e07f62 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 ("Dan Cohen")); translated_by.Add (wxT ("Davide Dall'AraCiao")); translated_by.Add (wxT ("Uwe Dittes")); - translated_by.Add (wxT ("Mikhail Epshteyn")); + translated_by.Add (wxT ("Михаил Эпштейн")); translated_by.Add (wxT ("William Fanelli")); translated_by.Add (wxT ("Max M. Fuhlendorf")); translated_by.Add (wxT ("Tomáš Hlaváč")); |
