diff options
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index cf2fbe8e..9c9163ae 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -656,10 +656,10 @@ CLI_DOC_INITING = 'Loading documents ...' CLI_DOC_DONE = [[ -Document exporting completed! -Raw data: {} -Markdown(example): {} +Documentation exported: ]] +CLI_DOC_WORKING = +'Building docs...' TYPE_ERROR_ENUM_GLOBAL_DISMATCH = 'Type `{child}` cannot match enumeration type of `{parent}`' |