From a174b3df4411f5534789d11a1c2aa310095a02f9 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 10 Sep 2018 14:27:27 +0200 Subject: [PATCH] Fix wrong keyword in configure.json 'description' is used only once in all configure.json files, so I assume that was meant to be 'purpose'. Change-Id: I66e9d9196c27d2f2131c2d57ea03895e8f5ce754 Reviewed-by: Simon Hausmann Reviewed-by: Oswald Buddenhagen --- src/gui/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/configure.json b/src/gui/configure.json index 4741ed345a4..0332631ec8f 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -1577,7 +1577,7 @@ }, "multiprocess": { "label": "Multi process", - "description": "Provides support for detecting the desktop environment, launching external processes and opening URLs.", + "purpose": "Provides support for detecting the desktop environment, launching external processes and opening URLs.", "section": "Utilities", "condition": "!config.integrity", "output": [ "privateFeature" ]