Change string from non-existing %2 to %1.
Change-Id: I52b69a7bd65118c5d0a8dc5bc1649ca0157769d4 CCMAIL:notmart@gmail.com
This commit is contained in:
parent
1d064f8bd2
commit
f8faf5380a
@ -135,7 +135,7 @@ void AppletPrivate::init(const QString &packagePath, const QVariantList &args)
|
|||||||
QString api = appletDescription.property("X-Plasma-API").toString();
|
QString api = appletDescription.property("X-Plasma-API").toString();
|
||||||
|
|
||||||
if (api.isEmpty()) {
|
if (api.isEmpty()) {
|
||||||
q->setLaunchErrorMessage(i18n("The %2 widget did not define which ScriptEngine to use.", appletDescription.name()));
|
q->setLaunchErrorMessage(i18n("The %1 widget did not define which ScriptEngine to use.", appletDescription.name()));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user