controls/LocationCellEditor.py
changeset 1578 f8e2a04c4445
parent 1571 486f94a8032c
child 1730 64d8f52bc8c8
--- a/controls/LocationCellEditor.py	Thu Nov 24 15:46:17 2016 +0300
+++ b/controls/LocationCellEditor.py	Thu Nov 24 18:33:56 2016 +0300
@@ -95,7 +95,7 @@
             if not infos["location"].startswith("%"):
                 dialog = wx.SingleChoiceDialog(self, 
                       _("Select a variable class:"), _("Variable class"), 
-                      ["Input", "Output", "Memory"], 
+                      [_("Input"), _("Output"), _("Memory")], 
                       wx.DEFAULT_DIALOG_STYLE|wx.OK|wx.CANCEL)
                 if dialog.ShowModal() == wx.ID_OK:
                     selected = dialog.GetSelection()