summaryrefslogtreecommitdiff
path: root/locale/en-us
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-03-17 19:42:47 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-03-17 19:42:47 +0800
commit924896a13cca2f027916b9eb3601c1267b61b945 (patch)
treee15a71dfcc3a989c66ae4d5fccfe45b581daafca /locale/en-us
parentb947086c5b2db7899c692878234a279aff4dd321 (diff)
downloadlua-language-server-924896a13cca2f027916b9eb3601c1267b61b945.zip
fix #453 `Lua.runtime.path` supports absolute path
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 a1ec0e17..1d30e747 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -153,7 +153,7 @@ HOVER_STRING_CHARACTERS = '{} bytes, {} characters'
HOVER_MULTI_DEF_PROTO = '({} definitions, {} prototypes)'
HOVER_MULTI_PROTO_NOT_FUNC = '({} non functional definition)'
-HOVER_USE_LUA_PATH = '(Suppose the search path contains `{}`)'
+HOVER_USE_LUA_PATH = '(Search path: `{}`)'
HOVER_EXTENDS = 'Expand to {}'
HOVER_TABLE_TIME_UP = 'Partial type inference has been disabled for performance reasons.'