mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -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
|
|
@ -97,7 +97,7 @@ void VoiceFileCreator::downloadDone(bool error)
|
|||
}
|
||||
|
||||
if(getter->isCached())
|
||||
emit logItem(tr("Cached file used."), LOGINFO);
|
||||
emit logItem(tr("Cached file used"), LOGINFO);
|
||||
if(error)
|
||||
{
|
||||
emit logItem(tr("Download error: %1").arg(getter->errorString()),LOGERROR);
|
||||
|
|
@ -105,7 +105,7 @@ void VoiceFileCreator::downloadDone(bool error)
|
|||
return;
|
||||
}
|
||||
else
|
||||
emit logItem(tr("Download finished."),LOGINFO);
|
||||
emit logItem(tr("Download finished"),LOGINFO);
|
||||
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue