launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #25786
[Merge] ~twom/launchpad:source-target-typo into launchpad:master
Tom Wardill has proposed merging ~twom/launchpad:source-target-typo into launchpad:master.
Commit message:
Fix typo in prerequisite branch explanation
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/394765
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~twom/launchpad:source-target-typo into launchpad:master.
diff --git a/lib/lp/code/browser/gitref.py b/lib/lp/code/browser/gitref.py
index 5edce2c..ff01a72 100644
--- a/lib/lp/code/browser/gitref.py
+++ b/lib/lp/code/browser/gitref.py
@@ -250,7 +250,7 @@ class GitRefRegisterMergeProposalSchema(Interface):
prerequisite_git_ref = copy_field(
IBranchMergeProposal['prerequisite_git_ref'], required=False,
- description=_("If the target branch is based on a different branch, "
+ description=_("If the source branch is based on a different branch, "
"you can add this as a prerequisite. "
"The changes from that branch will not show "
"in the diff."))