From f15013394ef6711551200370c6b3367ae9c0dca6 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sat, 17 Dec 2022 12:19:56 +0530 Subject: [PATCH 1/3] Update Package manager descriptions to generic ones Signed-off-by: K.B.Dharun Krishna --- recipe.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe.json b/recipe.json index 6ff27f9..4520176 100644 --- a/recipe.json +++ b/recipe.json @@ -54,18 +54,18 @@ { "id": "flatpak", "title": "Flatpak and Flathub", - "subtitle": "Will also configure the Flathub repository.", + "subtitle": "Manage and configure the status of Flatpaks and the Flathub repository.", "default": true }, { "id": "snap", "title": "Snap", - "subtitle": "Uses the Snapcraft repository. Default in Ubuntu." + "subtitle": "Manage and configure the status of Snaps and the Snapcraft repository." }, { "id": "appimage", "title": "AppImage", - "subtitle": "Will install the necessary dependencies to run AppImages.", + "subtitle": "Install necessary dependencies to run AppImages.", "default": true } ], From 10e9bc9dd6ba72be62ce47c63387c3e617599ec9 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sat, 17 Dec 2022 12:23:54 +0530 Subject: [PATCH 2/3] Update description --- recipe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe.json b/recipe.json index 4520176..ed8a7fb 100644 --- a/recipe.json +++ b/recipe.json @@ -54,13 +54,13 @@ { "id": "flatpak", "title": "Flatpak and Flathub", - "subtitle": "Manage and configure the status of Flatpaks and the Flathub repository.", + "subtitle": "Manage and configure Flatpaks and the Flathub repository.", "default": true }, { "id": "snap", "title": "Snap", - "subtitle": "Manage and configure the status of Snaps and the Snapcraft repository." + "subtitle": "Manage and configure Snaps and the Snapcraft repository." }, { "id": "appimage", From ace54c0f90f08ffd398bae1022223cc9e49ae723 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sat, 17 Dec 2022 12:25:29 +0530 Subject: [PATCH 3/3] Update title of Flatpaks --- recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.json b/recipe.json index ed8a7fb..70d7c29 100644 --- a/recipe.json +++ b/recipe.json @@ -53,7 +53,7 @@ "preferences": [ { "id": "flatpak", - "title": "Flatpak and Flathub", + "title": "Flatpak", "subtitle": "Manage and configure Flatpaks and the Flathub repository.", "default": true },