[qet] qet/qet: [5155] Minor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5155
Author: scorpio810
Date: 2017-12-09 13:38:08 +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-09 01:38:19 UTC (rev 5154)
+++ trunk/sources/ElementsCollection/elementscollectionwidget.cpp 2017-12-09 12:38:08 UTC (rev 5155)
@@ -180,7 +180,7 @@
//Setup the progress bar
m_progress_bar = new QProgressBar(this);
- m_progress_bar->setFormat(tr("chargement") + "%p% (%v sur %m)");
+ m_progress_bar->setFormat(tr("chargement") + " %p% (%v sur %m)");
m_main_vlayout->addWidget(m_progress_bar);
m_progress_bar->hide();