Submit: fix typo in user message

Change-Id: Ie979be8bd61a0971f37e3c4179f1fc7288353975
This commit is contained in:
Mike Frysinger
2016-05-27 17:35:50 -04:00
committed by David Pursehouse
parent fecf4eaf49
commit f4ad79e60f
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ public class ActionsIT extends AbstractDaemonTest {
assertThat(info.label).isEqualTo("Submit whole topic");
assertThat(info.method).isEqualTo("POST");
assertThat(info.title).isEqualTo(
"See the \"Submitted Together\" tab for problems, specially see: 2");
"See the \"Submitted Together\" tab for problems, specifically see: 2");
} else {
noSubmitWholeTopicAssertions(actions, 1);
}

View File

@@ -96,7 +96,7 @@ public class Submit implements RestModifyView<RevisionResource, SubmitInput>,
private static final String CLICK_FAILURE_TOOLTIP =
"Clicking the button would fail";
private static final String CHANGES_NOT_MERGEABLE =
"See the \"Submitted Together\" tab for problems, specially see: ";
"See the \"Submitted Together\" tab for problems, specifically see: ";
public static class Output {
transient Change change;