diff options
Diffstat (limited to 'locale/en-us')
-rw-r--r-- | locale/en-us/script.lua | 2 |
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.' |