1
0
Fork 0
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:
Tomer Shalev 2010-01-03 20:17:36 +00:00
parent a398e44680
commit 86c1360169
8 changed files with 16 additions and 16 deletions

View file

@ -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();