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:
Friedemann Kleint
2013-04-15 13:44:32 +02:00
parent d1bf51161d
commit ad9081e3d8
2 changed files with 14 additions and 11 deletions

View File

@@ -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;
}