diff options
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 47e1d752..5a1c5ef3 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -166,8 +166,10 @@ DIAG_INVISIBLE_PROTECTED = 'Field `{field}` is protected, it can only be accessed in class `{class}` and its subclasses.' DIAG_INVISIBLE_PACKAGE = 'Field `{field}` can only be accessed in same file `{uri}`.' -DIAG_GLOBAL_ELEMENT = +DIAG_GLOBAL_ELEMENT = 'Element is global.' +DIAG_MISSING_FIELDS = +'Missing fields: {}' MWS_NOT_SUPPORT = '{} does not support multi workspace for now, I may need to restart to support the new workspace ...' |