From 7ba9271dbee1e6bdfc99af25ac57dfe4721da1b1 Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Mon, 3 Oct 2011 02:09:21 +0200 Subject: fixed typo --- wizard/installation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/installation.cpp b/wizard/installation.cpp index 8e9ceb7..c5126bf 100644 --- a/wizard/installation.cpp +++ b/wizard/installation.cpp @@ -129,7 +129,7 @@ void wpInstallation::finishedCommand(QString command) progressCurrent->setRange(0,100); progressCurrent->setValue(100); int elapsed = timer.elapsed()/1000; - QString desc = tr("The installation took %1m%2s.").arg(elapsed/60).arg(elapsed % 60, 2, QLatin1Char('0')); + QString desc = tr("The installation took %1m%2s.").arg(elapsed/60).arg(elapsed % 60, 2, 10, QLatin1Char('0')); QListWidgetItem *item = new ListItem(tr("Finished."), desc, "dialog-ok-apply"); listWidget->addItem(item); listWidget->scrollToItem(item); -- cgit v1.0