diff --git a/partitionmanager/src/gui/mainwindow.cpp b/partitionmanager/src/gui/mainwindow.cpp index 2931abed..bfe8d043 100644 --- a/partitionmanager/src/gui/mainwindow.cpp +++ b/partitionmanager/src/gui/mainwindow.cpp @@ -144,7 +144,7 @@ void MainWindow::closeEvent(QCloseEvent* event) i18ncp("@info", "

Do you really want to quit the application?

There is still an operation pending.

", "

Do you really want to quit the application?

There are still %1 operations pending.

", operationStack().size()), i18nc("@title:window", "Discard Pending Operations and Quit?"), - KGuiItem(i18nc("@action:button", "Quit %1", KGlobal::mainComponent().aboutData()->programName()), "arrow-right"), + KGuiItem(i18nc("@action:button", "Quit %1", KGlobal::mainComponent().aboutData()->programName()), "arrow-right"), KStandardGuiItem::cancel(), "reallyQuit") == KMessageBox::Cancel) { event->ignore(); diff --git a/partitionmanager/src/util/helpers.cpp b/partitionmanager/src/util/helpers.cpp index a746dfd7..159a8379 100644 --- a/partitionmanager/src/util/helpers.cpp +++ b/partitionmanager/src/util/helpers.cpp @@ -93,9 +93,9 @@ bool checkPermissions() return KMessageBox::warningContinueCancel(NULL, i18nc("@info", "

You do not have administrative privileges.

" - "

It is possible to run %1 without these privileges. " + "

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

" - "

Do you want to continue running %1?

", + "

Do you want to continue running %1?

", KGlobal::mainComponent().aboutData()->programName()), i18nc("@title:window", "No administrative privileges"), KGuiItem(i18nc("@action:button", "Run without administrative privileges"), "arrow-right"),