[qet] qet/qet: [5152] Minor

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 5152
Author:   scorpio810
Date:     2017-12-09 01:33:25 +0100 (Sat, 09 Dec 2017)
Log Message:
-----------
Minor

Modified Paths:
--------------
    trunk/sources/ElementsCollection/elementscollectionwidget.cpp

Modified: trunk/sources/ElementsCollection/elementscollectionwidget.cpp
===================================================================
--- trunk/sources/ElementsCollection/elementscollectionwidget.cpp	2017-12-08 23:43:37 UTC (rev 5151)
+++ trunk/sources/ElementsCollection/elementscollectionwidget.cpp	2017-12-09 00:33:25 UTC (rev 5152)
@@ -180,7 +180,7 @@
 
 		//Setup the progress bar
 	m_progress_bar = new QProgressBar(this);
-	m_progress_bar->setFormat(tr("Chargement") + " %p%" + QString(" %1 thread(s)").arg(QThread::idealThreadCount()));
+	m_progress_bar->setFormat(tr("Progressing using") + QString(" %1 thread(s)...").arg(QThread::idealThreadCount()) + " %p%");
 	m_main_vlayout->addWidget(m_progress_bar);
 	m_progress_bar->hide();
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/