dialogs/PouActionDialog.py
changeset 1762 fcc406143e5b
parent 1749 d73b64672238
child 1768 691083b5682a
--- a/dialogs/PouActionDialog.py	Thu Aug 17 10:12:04 2017 +0300
+++ b/dialogs/PouActionDialog.py	Thu Aug 17 11:39:10 2017 +0300
@@ -26,10 +26,11 @@
 import wx
 
 from plcopen.structures import TestIdentifier, IEC_KEYWORDS
+from util.TranslationCatalogs import NoTranslate
 
 
 def GetActionLanguages():
-    _ = lambda x: x
+    _ = NoTranslate
     return [_("IL"), _("ST"), _("LD"), _("FBD")]