* Fix typo in warning message, and make the english scan a bit better
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=823161
This commit is contained in:
parent
303f63d45f
commit
eb2b4126ae
@ -1531,7 +1531,7 @@ void Applet::Private::init()
|
|||||||
q->setLayoutDirection(qApp->layoutDirection());
|
q->setLayoutDirection(qApp->layoutDirection());
|
||||||
|
|
||||||
if (!appletDescription.isValid()) {
|
if (!appletDescription.isValid()) {
|
||||||
kDebug() << "Check your constructor! You probaly want to be passing a Service::Ptr or a QVariantList with a valid storageid as arg[0] in.";
|
kDebug() << "Check your constructor! You probably want to be passing in a Service::Ptr or a QVariantList with a valid storageid as arg[0].";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user