From 049eaa1446d8b53cef14ec3a72f315f162ead2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 29 Sep 2020 11:25:16 +0800 Subject: =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-beta/core/hover/description.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script-beta/core/hover/description.lua') diff --git a/script-beta/core/hover/description.lua b/script-beta/core/hover/description.lua index 9e0066e6..8aa8a625 100644 --- a/script-beta/core/hover/description.lua +++ b/script-beta/core/hover/description.lua @@ -41,7 +41,7 @@ local function asString(source) if searcher then searcher = searcher:sub(#ws.path + 1) searcher = ws.normalize(searcher) - result[i] = ('* [%s](%s) (假设搜索路径包含 `%s`)'):format(path, uri, searcher) + result[i] = ('* [%s](%s) %s'):format(path, uri, lang.script('HOVER_USE_LUA_PATH', searcher)) else result[i] = ('* [%s](%s)'):format(path, uri) end -- cgit v1.2.3