SVN commit 1053224 by coles: Proof-reading: avoid exclamation points unless in games etc. M +1 -1 mousepluginwidget.cpp --- trunk/KDE/kdebase/workspace/libs/plasmagenericshell/mousepluginwidget.cpp #1053223:1053224 @@ -43,7 +43,7 @@ KPluginInfo::List plugins = Plasma::ContainmentActions::listContainmentActionsInfo(); if (plugins.count() == 0) { //panic!! - QLabel *fail = new QLabel(i18n("No plugins found! Check your installation.")); + QLabel *fail = new QLabel(i18n("No plugins found, check your installation.")); layoutHack->addWidget(fail, 0, 0); return; }