forked from qt-creator/qt-creator
VCS Manager: Fix UI text style
We are trying to move to using shorter text. Task-number: QTCREATORBUG-24873 Change-Id: I984c1cbc7fe31e74fc1ec90e500bbec3bd2b429c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -376,7 +376,7 @@ FilePaths VcsManager::promptToDelete(IVersionControl *vc, const FilePaths &fileP
|
|||||||
return fp.toUserOutput();
|
return fp.toUserOutput();
|
||||||
}).join("</li><li>") + "</li></ul>";
|
}).join("</li><li>") + "</li></ul>";
|
||||||
const QString title = tr("Version Control");
|
const QString title = tr("Version Control");
|
||||||
const QString msg = tr("Would you like to remove the following files from from the version control system (%2)?"
|
const QString msg = tr("Remove the following files from from the version control system (%2)?"
|
||||||
"%1Note: This might remove the local file.").arg(fileListForUi, vc->displayName());
|
"%1Note: This might remove the local file.").arg(fileListForUi, vc->displayName());
|
||||||
const QMessageBox::StandardButton button =
|
const QMessageBox::StandardButton button =
|
||||||
QMessageBox::question(ICore::dialogParent(), title, msg, QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
|
QMessageBox::question(ICore::dialogParent(), title, msg, QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
|
||||||
|
|||||||
Reference in New Issue
Block a user