Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / plugins / xdxf / XdxfCachingDialog.cpp
index 3cf5bf3..7ad2f59 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("%n second(s)", "", seconds));
+                          tr("%n second(s)", "", seconds));
     if(progress >= 100)
         this->hide();