forked from len0rd/rockbox
rbutil: Fix some messages
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24174 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a398e44680
commit
86c1360169
8 changed files with 16 additions and 16 deletions
|
|
@ -49,7 +49,7 @@ void Uninstaller::uninstall(ProgressloggerInterface* dp)
|
|||
|
||||
for(int i=0; i< uninstallSections.size() ; i++)
|
||||
{
|
||||
m_dp->addItem(tr("Uninstalling ") + uninstallSections.at(i) + " ...",LOGINFO);
|
||||
m_dp->addItem(tr("Uninstalling ") + uninstallSections.at(i) + "...",LOGINFO);
|
||||
QCoreApplication::processEvents();
|
||||
// create list of all other install sections
|
||||
QStringList sections = installlog.childGroups();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue