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

List:       kde-commits
Subject:    extragear/graphics/kipi-plugins/advancedslideshow
From:       Richard Fric <Richard.Fric () chello ! sk>
Date:       2009-05-10 12:26:01
Message-ID: 1241958361.954515.29275.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 966031 by fric:

Corrected plural form

 M  +1 -4      soundtrackdialog.cpp  


--- trunk/extragear/graphics/kipi-plugins/advancedslideshow/soundtrackdialog.cpp #966030:966031
@@ -190,10 +190,7 @@
         }
     }
 
-    if ( number == 1 )
-        m_timeLabel->setText(i18n("%1 track [%2]", number, displayTime.toString()));
-    else
-        m_timeLabel->setText(i18n("%1 tracks [%2]", number, displayTime.toString()));
+    m_timeLabel->setText(i18np("1 track [%2]", "%1 tracks [%2]", number, displayTime.toString()));
 
     m_soundtrackTimeLabel->setText(displayTime.toString());
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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