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

List:       kde-commits
Subject:    extragear/utils/filelight/src/part
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2005-07-14 13:31:30
Message-ID: 1121347890.958763.5428.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 434543 by lukas:

unbreak i18n


 M  +1 -1      progressBox.cpp  


--- trunk/extragear/utils/filelight/src/part/progressBox.cpp #434542:434543
@@ -58,7 +58,7 @@
 void
 ProgressBox::setText( int files )
 {
-   QLabel::setText( i18n("%1 Files").arg( KGlobal::locale()->formatNumber( files, 0 ) ) );
+   QLabel::setText( i18n("%n File", "%n Files", files) );
 }
 
 #include "progressBox.moc"
[prev in list] [next in list] [prev in thread] [next in thread] 

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