mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kwin: break the rules dialog hints text into lines
this can be done automagically tho Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5e9e7736c8
commit
0a5808cc21
1 changed files with 5 additions and 6 deletions
|
@ -709,12 +709,11 @@ Rules* RulesDialog::edit(Rules* r, WId window, bool show_hints)
|
|||
void RulesDialog::displayHints()
|
||||
{
|
||||
QString str = "<qt><p>";
|
||||
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 += "</p><p>" + i18n("Consult the documentation for more details.");
|
||||
#endif
|
||||
str += i18n(
|
||||
"This configuration dialog allows altering settings only for the selected window<br/>"
|
||||
"or application. Find the setting you want to affect, enable the setting using the<br/>"
|
||||
"checkbox, select in what way the setting should be affected and to which value.<br/>"
|
||||
);
|
||||
str += "</p></qt>";
|
||||
KMessageBox::information(this, str, QString(), "displayhints");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue