less contractions for the ebn

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=692948
This commit is contained in:
Aaron J. Seigo 2007-07-26 16:47:39 +00:00
parent bde805dbcf
commit 21d39d530a

View File

@ -70,7 +70,7 @@ GLApplet::GLApplet(QGraphicsItem *parent,
{
if (!d->dummy->isValid() ||
!d->pbuf->isValid()) {
setFailedToLaunch(true, i18n("Your machine doesn't support OpenGL applets."));
setFailedToLaunch(true, i18n("This system does not support OpenGL applets."));
}
}