forked from qt-creator/qt-creator
Git: Fix string
Make Blame look like the other file-based options. Change-Id: I09b8ee9fff2ad3f564daa3922dccce3c5136e4a0 Reviewed-on: http://codereview.qt-project.org/6174 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -324,7 +324,7 @@ bool GitPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
|
||||
ParameterActionCommandPair parameterActionCommand
|
||||
= createFileAction(actionManager, gitContainer,
|
||||
tr("Blame"), tr("Blame for \"%1\""),
|
||||
tr("Blame Current File"), tr("Blame for \"%1\""),
|
||||
QLatin1String("Git.Blame"),
|
||||
globalcontext, true, SLOT(blameFile()));
|
||||
parameterActionCommand.second->setDefaultKeySequence(QKeySequence(tr("Alt+G,Alt+B")));
|
||||
|
Reference in New Issue
Block a user