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
1a09e7d437
commit
7cfd2e3fd3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ bool checkPermissions()
|
|||
return KMessageBox::warningContinueCancel(NULL, i18nc("@info",
|
||||
"<p><warning>You do not have administrative privileges.</warning></p>"
|
||||
"<p>It is possible to run %1 without these privileges. "
|
||||
"You will, however, <emphasis>not</emphasis> be allowed to apply operations.</p>"
|
||||
"You will, however, <i>not</i> be allowed to apply operations.</p>"
|
||||
"<p>Do you want to continue running %1?</p>",
|
||||
KGlobal::mainComponent().aboutData()->programName()),
|
||||
i18nc("@title:window", "No administrative privileges"),
|
||||
|
|
Loading…
Add table
Reference in a new issue