aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/dependenciespanel.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-10 11:00:44 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-10 10:10:43 +0000
commitf6056a024c402a159143fe960d4c09a5d34fe0d8 (patch)
tree8fbed77f5008134c95b6dee9203f1f061d72d0d4 /src/plugins/projectexplorer/dependenciespanel.cpp
parentfa74c127aad9d9042848db5121a4b171ed784ef6 (diff)
Dependency Panel: Update UI texts
Update UI texts as suggested by Leena Change-Id: I5baa7400f0755fad57b908b0bd7330c2bbb94a1a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/dependenciespanel.cpp')
-rw-r--r--src/plugins/projectexplorer/dependenciespanel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/dependenciespanel.cpp b/src/plugins/projectexplorer/dependenciespanel.cpp
index 019d614d44a..f569bc76e29 100644
--- a/src/plugins/projectexplorer/dependenciespanel.cpp
+++ b/src/plugins/projectexplorer/dependenciespanel.cpp
@@ -233,7 +233,8 @@ DependenciesWidget::DependenciesWidget(Project *project, QWidget *parent)
layout->addItem(new QSpacerItem(0, 0 , QSizePolicy::Expanding, QSizePolicy::Fixed), 0, 1);
m_cascadeSetActiveCheckBox = new QCheckBox;
- m_cascadeSetActiveCheckBox->setText(tr("Synchronize active kit, build, and deploy configuration between projects."));
+ m_cascadeSetActiveCheckBox->setText(tr("Synchronize configuration"));
+ m_cascadeSetActiveCheckBox->setToolTip(tr("Synchronize active kit, build, and deploy configuration between projects."));
m_cascadeSetActiveCheckBox->setChecked(SessionManager::isProjectConfigurationCascading());
connect(m_cascadeSetActiveCheckBox, &QCheckBox::toggled,
SessionManager::instance(), &SessionManager::setProjectConfigurationCascading);