forked from organicmaps/organicmaps
Removed sad smile when download failed
This commit is contained in:
parent
9947502e39
commit
39cd34726e
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ namespace qt
|
|||
size = m_storage.CountrySizeInBytes(index);
|
||||
break;
|
||||
case EDownloadFailed:
|
||||
statusString = tr("Download has failed :(");
|
||||
statusString = tr("Download has failed");
|
||||
rowColor = COLOR_DOWNLOADFAILED;
|
||||
size = m_storage.CountrySizeInBytes(index);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue