deleted->removed

Change-Id: I45102fa7585744943a6b107e68208141712866bc
This commit is contained in:
Marco Martin 2014-10-29 10:52:24 +01:00
parent 5749b01fe3
commit 9aea733bb5

View File

@ -237,7 +237,7 @@ void AppletPrivate::askDestroy()
//or direct action
deleteNotification = new KNotification("plasmoidDeleted", KNotification::Persistent, 0);
QStringList actions;
deleteNotification->setText(i18n("The widget \"%1\" has been deleted.", q->title()));
deleteNotification->setText(i18n("The widget \"%1\" has been removed.", q->title()));
actions.append(i18n("Undo"));
deleteNotification->setActions(actions);
QObject::connect(deleteNotification.data(), &KNotification::action1Activated,