Skip to content
Snippets Groups Projects
Commit 382df08a authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Update string

parent 424faf1e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ TargetSetupPage::TargetSetupPage(QWidget *parent) :
m_treeWidget->setHeaderLabels(QStringList() << tr("Qt Version") << tr("Status") << tr("Directory"));
vbox->addWidget(m_treeWidget);
m_addDirectoryButton = new QPushButton(tr("Add shadow build location"));
m_addDirectoryButton = new QPushButton(tr("Add shadow build location..."));
vbox->addWidget(m_addDirectoryButton);
connect(m_addDirectoryButton, SIGNAL(clicked()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment