From 5b29338ed62e2de810979d36f0a5d1e75101d7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Wed, 1 Sep 2021 08:59:33 +0200 Subject: [PATCH] =?UTF-8?q?Backport=20PR=20#1021:=20Doubling=20click=20?= =?UTF-8?q?=E2=86=92=20double=20click?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/plugin.json b/schema/plugin.json index 8411106ff..68bf819b2 100644 --- a/schema/plugin.json +++ b/schema/plugin.json @@ -32,7 +32,7 @@ "doubleClickDiff": { "type": "boolean", "title": "Show diff on double click", - "description": "If true, doubling clicking a file in the list of changed files will open a diff.", + "description": "If true, double clicking a file in the list of changed files will open a diff.", "default": false }, "historyCount": {