From d38e0a8d1b611dba465295f2897f581326c0cdfc Mon Sep 17 00:00:00 2001 From: Chris Wendt Date: Wed, 13 Mar 2019 18:37:15 -0700 Subject: [PATCH] s/Imprecise results/References: Search mode/ --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 370af33..023eb3a 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,14 @@ "actions": [ { "id": "impreciseResults", - "title": "Imprecise results", + "title": "References: Search mode", "command": "open", "commandArguments": [ "https://sourcegraph.com/extensions/sourcegraph/python" ], "actionItem": { - "label": "Imprecise results", - "description": "These locations are computed using heuristics. Use the Python language server for precise results." + "label": "References: Search mode", + "description": "Results come from text search and heuristics. To use a language server for precise results, click to go to the README and follow the deployment instructions." } } ],