From 256acaada3d87f1ab656f0650e2d585ff160cdb1 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Fri, 27 Feb 2009 11:24:55 +0000 Subject: [PATCH] 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 --- private/packages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/packages.cpp b/private/packages.cpp index ff391cc93..d1b2d6a7e 100644 --- a/private/packages.cpp +++ b/private/packages.cpp @@ -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 %1 failed!", package), + KMessageBox::error(0, i18n("Installation of %1 failed.", package), i18n("Installation Failed")); } }