diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-13 17:46:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-13 17:46:54 +0100 |
| commit | 038d3bae4b0b13ef20737d89293534ef23184f9e (patch) | |
| tree | dc5c8fa3e4220df19cc9ec1d408e92da7b4c3f2c | |
| parent | da701b55029cdf88f6b13f543afa968c4db6158c (diff) | |
Capitalise name of Russia in config dialog.
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 042b7a8fd..447bb98ce 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -160,7 +160,7 @@ private: _language->Append (wxT ("Italiano")); _language->Append (wxT ("Nederlands")); _language->Append (wxT ("Svenska")); - _language->Append (wxT ("русский")); + _language->Append (wxT ("Русский")); table->Add (_language); wxStaticText* restart = add_label_to_sizer (table, _panel, _("(restart DCP-o-matic to see language changes)"), false); |
