Git: String updates

Reviewed-by: Leena Miettinen
This commit is contained in:
Tobias Hunger
2011-05-13 14:40:27 +02:00
parent 94bf811b1f
commit 3cf07cba38
3 changed files with 50 additions and 50 deletions

View File

@@ -146,7 +146,7 @@ void RemoteDialog::removeRemote()
int row = indexList.at(0).row();
const QString remoteName = m_remoteModel->remoteName(row);
if (QMessageBox::question(this, tr("Delete Remote"),
tr("Would you like to delete the remote '%1'?").arg(remoteName),
tr("Would you like to delete the remote \"%1\"?").arg(remoteName),
QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
m_remoteModel->removeRemote(row);
}