fixed krazy issue 3 (contractions in strings)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=699663
This commit is contained in:
Gabriel Anderson 2007-08-13 21:02:47 +00:00
parent 9268590942
commit 657e4cd036

View File

@ -158,7 +158,7 @@ void GLApplet::paintInterface(QPainter *painter,
if ((!d->dummy->isValid() ||
!d->pbuf->isValid())) {
if (!failedToLaunch()) {
setFailedToLaunch(true, i18n("Your machine doesn't support OpenGL applets."));
setFailedToLaunch(true, i18n("Your machine does not support OpenGL applets."));
}
return;