mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
An ellipsis is always exactly three dots, not two.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24177 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
68fa655dc4
commit
2895b659c8
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ bool TalkFileCreator::copyTalkFiles(QString* errString)
|
||||||
//!
|
//!
|
||||||
bool TalkFileCreator::cleanup()
|
bool TalkFileCreator::cleanup()
|
||||||
{
|
{
|
||||||
emit logItem(tr("Cleaning up.."),LOGINFO);
|
emit logItem(tr("Cleaning up..."),LOGINFO);
|
||||||
|
|
||||||
for(int i=0; i < m_talkList.size(); i++)
|
for(int i=0; i < m_talkList.size(); i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue