Fix KUIT markup.

This commit is contained in:
Andrius Štikonas 2017-09-20 20:39:59 +01:00
parent 1c176ad5f4
commit 9407c1ede4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void EditMountPointDialog::accept()
{
if (KMessageBox::warningContinueCancel(this,
xi18nc("@info", "<para>Are you sure you want to save the changes you made to the system table file <filename>/etc/fstab</filename>?</para>"
"<para><warning>This will overwrite the existing file on your hard drive now. This <strong>can not be undone</strong>.</warning></para>"),
"<para><warning>This will overwrite the existing file on your hard drive now. This <emphasis strong='1'>can not be undone</emphasis>.</warning></para>"),
xi18nc("@title:window", "Really save changes?"),
KGuiItem(xi18nc("@action:button", "Save changes"), QStringLiteral("arrow-right")),
KStandardGuiItem::cancel(),