From 862c9ea74401dbca7d8613651ba6bd2c1a70aff9 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Thu, 2 Mar 2017 14:21:48 +0100 Subject: [PATCH] Minor string change Key is more correct and using the single form makes it easier to reuse the string. --- src/view/pgpcardwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/pgpcardwidget.cpp b/src/view/pgpcardwidget.cpp index 8574f89d..4d04f20f 100644 --- a/src/view/pgpcardwidget.cpp +++ b/src/view/pgpcardwidget.cpp @@ -308,7 +308,7 @@ void PGPCardWidget::genkeyRequested() i18n("The existing keys on this card will be deleted " "and replaced by new keys.") + QStringLiteral("

") + i18n("It will no longer be possible to decrypt past communication " - "encrypted for the existing keys."), + "encrypted for the existing key."), i18n("Secret Key Deletion"), KStandardGuiItem::guiItem(KStandardGuiItem::Delete), KStandardGuiItem::cancel(), QString(), KMessageBox::Notify | KMessageBox::Dangerous); -- GitLab