summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbasecommons.cpp
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-02-22 15:34:44 +0100
committerNiels Weber <niels.2.weber@nokia.com>2012-02-23 07:09:07 +0100
commit8f2c713b285cee002a2f33ff626a6a25ee1cdd9d (patch)
tree171d9b3a26ac168d35aa9f19576e12b14ffefbd4 /installerbuilder/installerbase/installerbasecommons.cpp
parent141608d4ac477490eb4aaf30f160e7a3be81b5f9 (diff)
take format out of string to translate
Change-Id: Ia0fa23c2a2b4ab31b88ca61a3632e93374787294 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'installerbuilder/installerbase/installerbasecommons.cpp')
-rw-r--r--installerbuilder/installerbase/installerbasecommons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/installerbase/installerbasecommons.cpp b/installerbuilder/installerbase/installerbasecommons.cpp
index 5d2c75d26..3cb8a44a3 100644
--- a/installerbuilder/installerbase/installerbasecommons.cpp
+++ b/installerbuilder/installerbase/installerbasecommons.cpp
@@ -142,7 +142,7 @@ bool IntroductionPageImpl::validatePage()
if (m_updatesFetched) {
if (core->updaterComponents().count() <= 0)
- setErrorMessage(tr("<b>No updates available.</b>"));
+ setErrorMessage(QLatin1String("<b>") + tr("No updates available.") + QLatin1String("</b>"));
else
setComplete(true);
}