summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/text_panel.cc')
-rw-r--r--src/wx/text_panel.cc2
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, _("%"));