Fix typos in a message that broke string freeze.
This commit is contained in:
parent
69bcd202ad
commit
f6c3a2be17
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ bool KDecorationPlugins::loadPlugin(QString nameStr)
|
||||||
if (!create_ptr) { // this means someone probably attempted to load "some" kwin plugin/lib as deco
|
if (!create_ptr) { // this means someone probably attempted to load "some" kwin plugin/lib as deco
|
||||||
// and thus cheated on the "isLoaded" shortcut -> try the default and yell a warning
|
// and thus cheated on the "isLoaded" shortcut -> try the default and yell a warning
|
||||||
if (nameStr != defaultPlugin) {
|
if (nameStr != defaultPlugin) {
|
||||||
kWarning(1212) << i18n("The library %1 was attempted to be load as decoration plugin but is NOT", nameStr);
|
kWarning(1212) << i18n("The library %1 was attempted to be loaded as a decoration plugin but it is NOT", nameStr);
|
||||||
return loadPlugin(defaultPlugin);
|
return loadPlugin(defaultPlugin);
|
||||||
} else {
|
} else {
|
||||||
// big time trouble!
|
// big time trouble!
|
||||||
|
|
Loading…
Reference in a new issue