mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
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
|
|
@ -84,9 +84,9 @@ void BootloaderInstallBase::downloadBlFinish(bool error)
|
|||
return;
|
||||
}
|
||||
else if(m_http.isCached())
|
||||
emit logItem(tr("Download finished (cache used)."), LOGOK);
|
||||
emit logItem(tr("Download finished (cache used)"), LOGOK);
|
||||
else
|
||||
emit logItem(tr("Download finished."), LOGOK);
|
||||
emit logItem(tr("Download finished"), LOGOK);
|
||||
|
||||
QCoreApplication::processEvents();
|
||||
m_blversion = m_http.timestamp();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue