From 7cfd2e3fd38600375c7916a8205273aab495fadd Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 19 Aug 2023 23:19:26 +0300 Subject: [PATCH] partitionmanager: adjust to KLocalizedString changes Signed-off-by: Ivailo Monev --- partitionmanager/src/util/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitionmanager/src/util/helpers.cpp b/partitionmanager/src/util/helpers.cpp index 159a8379..c2ff09c5 100644 --- a/partitionmanager/src/util/helpers.cpp +++ b/partitionmanager/src/util/helpers.cpp @@ -94,7 +94,7 @@ bool checkPermissions() return KMessageBox::warningContinueCancel(NULL, i18nc("@info", "

You do not have administrative privileges.

" "

It is possible to run %1 without these privileges. " - "You will, however, not be allowed to apply operations.

" + "You will, however, not be allowed to apply operations.

" "

Do you want to continue running %1?

", KGlobal::mainComponent().aboutData()->programName()), i18nc("@title:window", "No administrative privileges"),