dialogs/PouNameDialog.py
changeset 1799 9fd7bbf6ec45
parent 1782 5b6ad7a7fd9d
child 1872 866fb3ab8778
--- a/dialogs/PouNameDialog.py	Tue Sep 12 14:18:50 2017 +0300
+++ b/dialogs/PouNameDialog.py	Tue Sep 12 14:22:17 2017 +0300
@@ -31,7 +31,7 @@
 
 class PouNameDialog(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)