diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-24 00:52:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-24 00:52:43 +0000 |
| commit | 2fe579c2e3c65757fd1c016ff0228174bf52eace (patch) | |
| tree | 72c8ed666ffecf08afa1dc32235eeba65e6a5935 /src/wx/text_panel.cc | |
| parent | a95e78ea9d4c39f05fc8f7b58141a6a5bdc91ad6 (diff) | |
Differentiate Y in a couple of i18n places.
Diffstat (limited to 'src/wx/text_panel.cc')
| -rw-r--r-- | src/wx/text_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index 9e60b3f00..b5adf551e 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -88,7 +88,7 @@ TextPanel::TextPanel (ContentPanel* p, TextType t) _x_scale_label = create_label (this, _("X"), true); _x_scale = new wxSpinCtrl (this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(64, -1)); _x_scale_pc_label = new StaticText (this, _("%")); - _y_scale_label = create_label (this, _("Y"), true); + _y_scale_label = create_label (this, S_("Coord|Y"), true); _y_scale = new wxSpinCtrl (this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(64, -1)); _y_scale_pc_label = new StaticText (this, _("%")); |
