1
0
Fork 0
forked from len0rd/rockbox

Revert r24174 following the discussion on mailing-list

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24213 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2010-01-10 17:13:32 +00:00
parent f5f6af2fee
commit 294b017cd1
7 changed files with 15 additions and 15 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();