dialogs/SFCStepNameDialog.py
changeset 2423 2c7b7ae24d57
parent 1881 091005ec69c4
child 3303 0ffb41625592
--- a/dialogs/SFCStepNameDialog.py	Wed Oct 03 12:07:56 2018 +0300
+++ b/dialogs/SFCStepNameDialog.py	Wed Oct 03 12:43:35 2018 +0300
@@ -34,7 +34,7 @@
 
 class SFCStepNameDialog(wx.TextEntryDialog):
 
-    def __init__(self, parent, message, caption="Please enter text", defaultValue="",
+    def __init__(self, parent, message, caption=_("Please enter text"), defaultValue="",
                  style=wx.OK | wx.CANCEL | wx.CENTRE, pos=wx.DefaultPosition):
         wx.TextEntryDialog.__init__(self, parent, message, caption, defaultValue, style, pos)