Fix typos in a message that broke string freeze.
This commit is contained in:
parent
bd7958392d
commit
3bf0eb5c26
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
|
||||
// and thus cheated on the "isLoaded" shortcut -> try the default and yell a warning
|
||||
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);
|
||||
} else {
|
||||
// big time trouble!
|
||||
|
|
Loading…
Reference in a new issue