[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeutils/kfloppy
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-09-08 21:20:50
Message-ID: 20040908212050.8EC331DD4 () office ! kde ! org
[Download RAW message or body]

CVS commit by goutte: 

For the volume label add a context explaining that the label can only
have 11 characters.


  M +2 -2      floppy.cpp   1.74


--- kdeutils/kfloppy/floppy.cpp  #1.73:1.74
@@ -161,6 +161,6 @@ FloppyData::FloppyData(QWidget * parent,
 
         lineedit = new QLineEdit( buttongroup, "Lineedit" );
-        lineedit->setText(i18n( "KDE Floppy") );
-        lineedit->setMaxLength(11); // ### TODO: translators need to need this limit!!!
+        lineedit->setText(i18n( "Volume label, maximal 11 characters", "KDE Floppy" ) );
+        lineedit->setMaxLength(11);
         lineedit->setMinimumWidth( lineedit->sizeHint().width() );
         h2->addWidget( lineedit, AlignRight );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic