diff options
Diffstat (limited to 'src/plugins/projectexplorer/dependenciespanel.cpp')
-rw-r--r-- | src/plugins/projectexplorer/dependenciespanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/dependenciespanel.cpp b/src/plugins/projectexplorer/dependenciespanel.cpp index d5177af9a7..263125bf3c 100644 --- a/src/plugins/projectexplorer/dependenciespanel.cpp +++ b/src/plugins/projectexplorer/dependenciespanel.cpp @@ -128,7 +128,7 @@ bool DependenciesModel::setData(const QModelIndex &index, const QVariant &value, emit dataChanged(index, index); return true; } else { - QMessageBox::warning(0, QCoreApplication::translate("DependenciesModel", "Unable to add dependency"), + QMessageBox::warning(0, QCoreApplication::translate("DependenciesModel", "Unable to Add Dependency"), QCoreApplication::translate("DependenciesModel", "This would create a circular dependency.")); } } else if (c == Qt::Unchecked) { |