From 39cd34726e3878f914b10295ae3df0caa3141b6d Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 4 Apr 2011 02:16:52 +0100 Subject: [PATCH] Removed sad smile when download failed --- qt/update_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp index d3148d1d88..529c8747c1 100644 --- a/qt/update_dialog.cpp +++ b/qt/update_dialog.cpp @@ -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;