From 01e5e770a03e6fc2f361a80f6f94a7c43ec4850b Mon Sep 17 00:00:00 2001 From: Lennart Pieperjohanns <95208734+lennartpj@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:31:50 +0200 Subject: [PATCH] Adding description for Bootable USB Creator --- core/tabs/utils/tab_data.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/utils/tab_data.toml b/core/tabs/utils/tab_data.toml index a500fc8a..8da1ae96 100644 --- a/core/tabs/utils/tab_data.toml +++ b/core/tabs/utils/tab_data.toml @@ -117,7 +117,7 @@ task_list = "I SS" [[data]] name = "Bootable USB Creator" -description = "Makes a USB Stick that can be used to install the selected Linux distribution." +description = "Makes a USB Stick that can be used to install the selected Linux distribution" script = "create-bootable-usb.sh" task_list = "D"