Correct grammar in the patch conflict messages

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-02-17 16:26:23 -08:00
parent aaa715f18c
commit 2e1d237b6f

View File

@@ -407,7 +407,7 @@ public class MergeOp {
case PATH_CONFLICT: {
final String txt =
"Your change could not been merged due to a path conflict.\n"
"Your change could not be merged due to a path conflict.\n"
+ "\n"
+ "Please merge (or rebase) the change locally and upload the resolution for review.";
setNew(c, message(c, txt));