mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Clean up a few source strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22833 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cf19ba5599
commit
1644cd8741
3 changed files with 5 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ bool VoiceFileCreator::createVoiceFile()
|
|||
connect(getter, SIGNAL(done(bool)), this, SLOT(downloadDone(bool)));
|
||||
connect(getter, SIGNAL(dataReadProgress(int, int)), this, SIGNAL(logProgress(int, int)));
|
||||
connect(this, SIGNAL(aborted()), getter, SLOT(abort()));
|
||||
emit logItem(tr("Downloading voice info.."),LOGINFO);
|
||||
emit logItem(tr("Downloading voice info..."),LOGINFO);
|
||||
getter->getFile(genlangUrl);
|
||||
return true;
|
||||
}
|
||||
|
|
@ -229,7 +229,7 @@ void VoiceFileCreator::downloadDone(bool error)
|
|||
//!
|
||||
void VoiceFileCreator::cleanup()
|
||||
{
|
||||
emit logItem(tr("Cleaning up.."),LOGINFO);
|
||||
emit logItem(tr("Cleaning up..."),LOGINFO);
|
||||
|
||||
for(int i=0; i < m_talkList.size(); i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue