summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/component.cpp')
-rw-r--r--src/libs/installer/component.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index b4b96eb08..0a768cd7f 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -1641,7 +1641,7 @@ void Component::updateModelData(const QString &key, const QString &data)
= QString::fromLatin1("<html><body>%1</body></html>").arg(d->m_vars.value(scDescription));
if (isUnstable()) {
tooltipText += QLatin1String("<br>") + tr("There was an error loading the selected component. "
- "This component can not be installed.");
+ "This component cannot be installed.");
}
setData(tooltipText, Qt::ToolTipRole);
} else {
@@ -1650,7 +1650,7 @@ void Component::updateModelData(const QString &key, const QString &data)
+ tr("Update Info: ") + updateInfo;
if (isUnstable()) {
tooltipText += QLatin1String("<br>") + tr("There was an error loading the selected component. "
- "This component can not be updated.");
+ "This component cannot be updated.");
}
setData(tooltipText, Qt::ToolTipRole);