diff options
Diffstat (limited to 'src/plugins/git/gitclient.cpp')
-rw-r--r-- | src/plugins/git/gitclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index e718b7f707a..92345a9c63b 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -3638,7 +3638,7 @@ void GitClient::StashInfo::stashPrompt(const QString &command, const QString &st cancelButton->setToolTip(Tr::tr("Cancel %1.").arg(command)); QPushButton *diffButton = msgBox.addButton(Tr::tr("Di&ff && Cancel"), QMessageBox::RejectRole); - diffButton->setToolTip(Tr::tr("Show a Diff of the local changes and cancel %1.").arg(command)); + diffButton->setToolTip(Tr::tr("Show a diff of the local changes and cancel %1.").arg(command)); msgBox.exec(); |