VCS: String update

String update as suggested by Leena.
This commit is contained in:
Tobias Hunger
2010-10-08 10:56:31 +02:00
parent eb9b15be8c
commit e78b8cf4cc
3 changed files with 3 additions and 3 deletions

View File

@@ -622,7 +622,7 @@ void GitPlugin::undoRepositoryChanges()
{
const VCSBase::VCSBasePluginState state = currentState();
QTC_ASSERT(state.hasTopLevel(), return)
const QString msg = tr("Would you like to revert all pending changes to the repository\n%1?").arg(QDir::toNativeSeparators(state.topLevel()));
const QString msg = tr("Revert all pending changes to the repository\n%1?").arg(QDir::toNativeSeparators(state.topLevel()));
const QMessageBox::StandardButton answer
= QMessageBox::question(m_core->mainWindow(),
tr("Revert"), msg,