##// END OF EJS Templates
chunkselector: fix typos in instructions when user reviews patch...
Kyle Lippincott -
r42105:7e95ade0 default
parent child Browse files
Show More
@@ -1520,10 +1520,10 b' the following are valid keystrokes:'
1520 """ask for 'y' to be pressed to confirm selected. return True if
1520 """ask for 'y' to be pressed to confirm selected. return True if
1521 confirmed."""
1521 confirmed."""
1522 confirmtext = _(
1522 confirmtext = _(
1523 """if you answer yes to the following, the your currently chosen patch chunks
1523 """If you answer yes to the following, your currently chosen patch chunks
1524 will be loaded into an editor. you may modify the patch from the editor, and
1524 will be loaded into an editor. To modify the patch, make the changes in your
1525 save the changes if you wish to change the patch. otherwise, you can just
1525 editor and save. To accept the current patch as-is, close the editor without
1526 close the editor without saving to accept the current patch as-is.
1526 saving.
1527
1527
1528 note: don't add/remove lines unless you also modify the range information.
1528 note: don't add/remove lines unless you also modify the range information.
1529 failing to follow this rule will result in the commit aborting.
1529 failing to follow this rule will result in the commit aborting.
General Comments 0
You need to be logged in to leave comments. Login now