forked from qt-creator/qt-creator
Git: Fix explanation in GerritPushDialog
Change-Id: I527414dc3948a009099ec993c0f71d3501394ecd Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -125,7 +125,7 @@ GerritPushDialog::GerritPushDialog(const Utils::FilePath &workingDir, const QStr
|
|||||||
"Unchecked - Remove mark.\n"
|
"Unchecked - Remove mark.\n"
|
||||||
"Partially checked - Do not change current state."));
|
"Partially checked - Do not change current state."));
|
||||||
m_commitView->setToolTip(::Git::Tr::tr(
|
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"
|
m_reviewersLineEdit->setToolTip(::Git::Tr::tr("Comma-separated list of reviewers.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Reviewers can be specified by nickname or email address. Spaces not allowed.\n"
|
"Reviewers can be specified by nickname or email address. Spaces not allowed.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user