Polish translation complete
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfCachingDialog.cpp
index f06f69c..3cf5bf3 100644 (file)
@@ -68,7 +68,7 @@ void XdxfCachingDialog::updateCachingProgress(int progress, int time) {
     int seconds = float((100 - progress)*time) / (5*1000);
 
     cachingLabel->setText(tr("Estimated time left: ") +
-                      QString::number(seconds) + tr(" seconds"));
+                     /*QString::number(seconds)*/  tr("%n second(s)", "", seconds));
     if(progress >= 100)
         this->hide();