Wrap if translated string doesn't have rich text elements in text.

svn path=/trunk/kdebase/kwin/; revision=257721
icc-effect-5.14.5
Hasso Tepper 2003-10-10 12:56:02 +00:00
parent e8da27f399
commit f89dfaa318
1 changed files with 1 additions and 0 deletions

View File

@ -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.") );