Wrap if translated string doesn't have rich text elements in text.
svn path=/trunk/kdebase/kwin/; revision=257721
This commit is contained in:
parent
e8da27f399
commit
f89dfaa318
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ KWinDecorationModule::KWinDecorationModule(QWidget* parent, const char* name, co
|
|||
// Add nifty dnd button modification widgets
|
||||
QLabel* label = new QLabel( buttonBox );
|
||||
dropSite = new ButtonDropSite( buttonBox );
|
||||
label->setAlignment( int( QLabel::WordBreak ) );
|
||||
label->setText( i18n( "To add or remove titlebar buttons, simply <i>drag</i> items "
|
||||
"between the available item list and the titlebar preview. Similarly, "
|
||||
"drag items within the titlebar preview to re-position them.") );
|
||||
|
|
Loading…
Reference in a new issue