mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
partitionmanager: adjust to KLocalizedString changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
750566a455
commit
92e5067a56
2 changed files with 3 additions and 3 deletions
|
@ -144,7 +144,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
|
|||
i18ncp("@info", "<p>Do you really want to quit the application?</p><p>There is still an operation pending.</p>",
|
||||
"<p>Do you really want to quit the application?</p><p>There are still %1 operations pending.</p>", operationStack().size()),
|
||||
i18nc("@title:window", "Discard Pending Operations and Quit?"),
|
||||
KGuiItem(i18nc("@action:button", "Quit <application>%1</application>", 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();
|
||||
|
|
|
@ -93,9 +93,9 @@ bool checkPermissions()
|
|||
|
||||
return KMessageBox::warningContinueCancel(NULL, i18nc("@info",
|
||||
"<p><warning>You do not have administrative privileges.</warning></p>"
|
||||
"<p>It is possible to run <application>%1</application> without these privileges. "
|
||||
"<p>It is possible to run %1 without these privileges. "
|
||||
"You will, however, <emphasis>not</emphasis> be allowed to apply operations.</p>"
|
||||
"<p>Do you want to continue running <application>%1</application>?</p>",
|
||||
"<p>Do you want to continue running %1?</p>",
|
||||
KGlobal::mainComponent().aboutData()->programName()),
|
||||
i18nc("@title:window", "No administrative privileges"),
|
||||
KGuiItem(i18nc("@action:button", "Run without administrative privileges"), "arrow-right"),
|
||||
|
|
Loading…
Add table
Reference in a new issue