Git: Use numerous form

Change-Id: I5a5f8cc4f607f0dd80772eb97128bdefa753c201
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Robert Loehning
2016-05-03 14:42:35 +02:00
parent 26659b48ba
commit 494f4a7742

View File

@@ -63,8 +63,8 @@ BranchDialog::BranchDialog(QWidget *parent) :
m_ui->setupUi(this);
m_ui->includeOldCheckBox->setToolTip(
tr("Include branches and tags that have not been active for %1 days.")
.arg(Constants::OBSOLETE_COMMIT_AGE_IN_DAYS));
tr("Include branches and tags that have not been active for %n days.", 0,
Constants::OBSOLETE_COMMIT_AGE_IN_DAYS));
connect(m_ui->refreshButton, &QAbstractButton::clicked, this, &BranchDialog::refreshCurrentRepository);
connect(m_ui->addButton, &QAbstractButton::clicked, this, &BranchDialog::add);