summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2011-08-11 11:13:08 +0200
committerNiels Weber <niels.2.weber@nokia.com>2011-08-11 11:13:08 +0200
commit7a90678d58b7b4a92d6fd8362a0d7c1da27429d1 (patch)
treec506d77361755e1bc4546558a5d25cb2fa215119
parentf5d4daffbe0999b6a13a480a215c1fd4218992bd (diff)
Improve reason text
-rw-r--r--installerbuilder/libinstaller/packagemanagercore_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/packagemanagercore_p.cpp b/installerbuilder/libinstaller/packagemanagercore_p.cpp
index 3bade261e..19ef2f2ce 100644
--- a/installerbuilder/libinstaller/packagemanagercore_p.cpp
+++ b/installerbuilder/libinstaller/packagemanagercore_p.cpp
@@ -340,7 +340,7 @@ bool PackageManagerCorePrivate::appendComponentsToInstall(const QList<Component*
if (!component->isInstalled() && !m_toInstallComponentIds.contains(component->name())
&& component->isAutoDependOn(m_toInstallComponentIds)) {
foundAutoDependOnList.append(component);
- insertInstallReason(component, tr("Component(s) with activated auto depend on"));
+ insertInstallReason(component, tr("Component(s) added as automatic dependencies"));
}
}
}