summaryrefslogtreecommitdiff
path: root/locale/en-us
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-01-30 21:23:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-01-30 21:23:12 +0800
commit4758a1ed42e23d4d8e121f0d5cb5bec0801fa583 (patch)
tree20ddae174a97c9f51719f4cd73f9365c7cd752e0 /locale/en-us
parent15046d0a3e7bac87402f60e9a4861964c1aa2068 (diff)
downloadlua-language-server-4758a1ed42e23d4d8e121f0d5cb5bec0801fa583.zip
update locale
Diffstat (limited to 'locale/en-us')
-rw-r--r--locale/en-us/script.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 6265f608..e4946b6b 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -200,7 +200,7 @@ WINDOW_PROCESSING_SYMBOL = 'Processing file symbols...'
WINDOW_PROCESSING_WS_SYMBOL = 'Processing workspace symbols...'
WINDOW_PROCESSING_SEMANTIC_FULL = 'Processing full semantic tokens...'
WINDOW_PROCESSING_SEMANTIC_RANGE = 'Processing incremental semantic tokens...'
-WINDOW_PROCESSING_TYPE_HINT = 'Processing type hint...'
+WINDOW_PROCESSING_TYPE_HINT = 'Processing inline hint...'
WINDOW_INCREASE_UPPER_LIMIT = 'Increase upper limit'
WINDOW_CLOSE = 'Close'
WINDOW_SETTING_WS_DIAGNOSTIC = 'You can delay or disable workspace diagnostics in settings'