diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-15 13:44:32 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-15 15:04:05 +0200 |
commit | ad9081e3d8598c2013f7383766bc0ab12dc9ae75 (patch) | |
tree | 951a0d59a684000f252a469acf0915c280156b8b /src/plugins/git/gerrit/gerritplugin.cpp | |
parent | d1bf51161daf3c6ac7525d82cc9735a507976a57 (diff) | |
download | qt-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.cpp | 2 |
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; } |