Removed sad smile when download failed

This commit is contained in:
Alex Zolotarev 2011-04-04 02:16:52 +01:00 committed by Alex Zolotarev
parent 9947502e39
commit 39cd34726e

View file

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