runtime/PLCObject.py
changeset 361 331d698e1118
parent 353 c68fc75ebb06
child 364 27ea6a6747fc
--- a/runtime/PLCObject.py	Mon Jul 20 16:28:56 2009 +0200
+++ b/runtime/PLCObject.py	Tue Jul 28 17:43:19 2009 +0200
@@ -216,7 +216,7 @@
                                 self.hmi_frame.Show()
                             
                             def OnCloseFrame(evt):
-                                wx.MessageBox("Please stop PLC to close")
+                                wx.MessageBox(_("Please stop PLC to close"))
                             create_frame()
                             break
             except: