diff --git a/kwin/kcmkwin/kwinrules/ruleswidget.cpp b/kwin/kcmkwin/kwinrules/ruleswidget.cpp index 1cd10bed..c4d37130 100644 --- a/kwin/kcmkwin/kwinrules/ruleswidget.cpp +++ b/kwin/kcmkwin/kwinrules/ruleswidget.cpp @@ -709,12 +709,11 @@ Rules* RulesDialog::edit(Rules* r, WId window, bool show_hints) void RulesDialog::displayHints() { QString str = "

"; - str += i18n("This configuration dialog allows altering settings only for the selected window" - " or application. Find the setting you want to affect, enable the setting using the checkbox," - " select in what way the setting should be affected and to which value."); -#if 0 // maybe later - str += "

" + i18n("Consult the documentation for more details."); -#endif + str += i18n( + "This configuration dialog allows altering settings only for the selected window
" + "or application. Find the setting you want to affect, enable the setting using the
" + "checkbox, select in what way the setting should be affected and to which value.
" + ); str += "

"; KMessageBox::information(this, str, QString(), "displayhints"); }