forked from qt-creator/qt-creator
UI text: fix VCS related strings
Fix capitalization and punctuation and a typo. Change-Id: Ie974594878aad6dec558516b2d31b202e8c732d4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -66,7 +66,7 @@ ChangeSelectionDialog::ChangeSelectionDialog(const QString &workingDirectory, QW
|
||||
return;
|
||||
|
||||
QGridLayout* layout = new QGridLayout(this);
|
||||
layout->addWidget(new QLabel(tr("Working Directory:"), this), 0, 0 , 1, 1);
|
||||
layout->addWidget(new QLabel(tr("Working directory:"), this), 0, 0 , 1, 1);
|
||||
layout->addWidget(m_workingDirEdit, 0, 1, 1, 1);
|
||||
layout->addWidget(m_selectDirButton, 0, 2, 1, 1);
|
||||
layout->addWidget(new QLabel(tr("Change:"), this),1, 0, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user