summaryrefslogtreecommitdiff
path: root/src/plugins/git/gerrit/gerritplugin.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-04-15 13:44:32 +0200
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-04-15 15:04:05 +0200
commitad9081e3d8598c2013f7383766bc0ab12dc9ae75 (patch)
tree951a0d59a684000f252a469acf0915c280156b8b /src/plugins/git/gerrit/gerritplugin.cpp
parentd1bf51161daf3c6ac7525d82cc9735a507976a57 (diff)
downloadqt-creator-ad9081e3d8598c2013f7383766bc0ab12dc9ae75.tar.gz
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>
Diffstat (limited to 'src/plugins/git/gerrit/gerritplugin.cpp')
-rw-r--r--src/plugins/git/gerrit/gerritplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gerrit/gerritplugin.cpp b/src/plugins/git/gerrit/gerritplugin.cpp
index 556af275ec..d05a22ca8e 100644
--- a/src/plugins/git/gerrit/gerritplugin.cpp
+++ b/src/plugins/git/gerrit/gerritplugin.cpp
@@ -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;
}