From b82fdb0499ee17956b5b9d10b371f6bb9e8d3c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Mon, 27 Mar 2023 10:40:05 +0200 Subject: [PATCH] Git: Fix explanation in GerritPushDialog Change-Id: I527414dc3948a009099ec993c0f71d3501394ecd Reviewed-by: Orgad Shaneh Reviewed-by: Leena Miettinen Reviewed-by: --- src/plugins/git/gerrit/gerritpushdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/git/gerrit/gerritpushdialog.cpp b/src/plugins/git/gerrit/gerritpushdialog.cpp index 057d4cd6448..fa45e2591f8 100644 --- a/src/plugins/git/gerrit/gerritpushdialog.cpp +++ b/src/plugins/git/gerrit/gerritpushdialog.cpp @@ -125,7 +125,7 @@ GerritPushDialog::GerritPushDialog(const Utils::FilePath &workingDir, const QStr "Unchecked - Remove mark.\n" "Partially checked - Do not change current state.")); m_commitView->setToolTip(::Git::Tr::tr( - "Pushes the selected commit and all dependent commits.")); + "Pushes the selected commit and all commits it depends on.")); m_reviewersLineEdit->setToolTip(::Git::Tr::tr("Comma-separated list of reviewers.\n" "\n" "Reviewers can be specified by nickname or email address. Spaces not allowed.\n"