Replaced an exclamation point with a period. The fine line between

indicating that the program is shocked, or suggesting that it is
shouting at the user....


svn path=/trunk/KDE/kdelibs/; revision=932743
This commit is contained in:
Andrew Coles 2009-02-27 11:24:55 +00:00
parent 00f6d85a35
commit 256acaada3

View File

@ -83,7 +83,7 @@ void PlasmoidPackage::createNewWidgetBrowser(QWidget *parent)
foreach (const QString &package, entry->installedFiles()) {
if (!installPackage(package, defaultPackageRoot())) {
kDebug() << "FAIL! on install of" << package;
KMessageBox::error(0, i18n("Installation of <b>%1</b> failed!", package),
KMessageBox::error(0, i18n("Installation of <b>%1</b> failed.", package),
i18n("Installation Failed"));
}
}