Q_EMITproceedRequest(i18n("Confirm..."),i18np("To proceed with this action, the following package needs removal:\n%2","To proceed with this action, the following packages need removal:\n%2",packagesToRemove.count(),msg));
Q_EMITproceedRequest(i18n("Packages to remove"),i18n("The following packages will be removed by the update:\n%1",PackageKitResource::joinPackages(m_packagesRemoved)));
Q_EMITproceedRequest(i18n("Packages to remove"),i18n("The following packages will be removed by the update:\n<ul><li>%1</li></ul>",PackageKitResource::joinPackages(m_packagesRemoved,QStringLiteral("</li><li>"))));