forked from qt-creator/qt-creator
tr()-Fixes in git/gerrit.
Introduce common message for "Cannot run", remove exclamation marks. Change-Id: Ib3f36e95c67136041cde56e697ec4ba0a3b9549e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -367,7 +367,7 @@ void GerritPlugin::push()
|
||||
|
||||
if (!dialog->localChangesFound()) {
|
||||
QMessageBox::critical(Core::ICore::mainWindow(), tr("No Local Changes"),
|
||||
tr("Change from HEAD appears to be in remote branch already! Aborting."));
|
||||
tr("Change from HEAD appears to be in remote branch already. Aborting."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user