diff -r 8c98bad90b8d -r fcc406143e5b dialogs/PouActionDialog.py --- 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")]