From 8a5a81fb3ef04e657d91c7a1e9b225cdecc51370 Mon Sep 17 00:00:00 2001 From: Artem Grinev <agrinev@manjaro.org> Date: Tue, 20 Sep 2022 15:21:08 +0000 Subject: [PATCH] [branding] Fix slide's wrong phrasing --- src/branding/manjaro/slideshow/SlideShow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branding/manjaro/slideshow/SlideShow.qml b/src/branding/manjaro/slideshow/SlideShow.qml index 0b24a6148a..fa88d89217 100644 --- a/src/branding/manjaro/slideshow/SlideShow.qml +++ b/src/branding/manjaro/slideshow/SlideShow.qml @@ -61,7 +61,7 @@ Item { }, Slide { title: qsTr("control panel") - body: qsTr("Settings manager, the same for every redaction you choose, will help you to install drivers, download missing translation and language packets, or update your kernel.") + body: qsTr("The control panel is a handy tool to install device drivers, download missing translations and language packages, it also helps in keeping your kernels up to date.") }, Slide { title: qsTr("thank you") -- GitLab