diff options
author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-09-15 14:59:04 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-15 13:17:32 -0700 |
commit | 8d79589ad61132e038dd7312ab018c6d6518ead7 (patch) | |
tree | a8ba536214b3d4095edaacef36dacf071bd1f4d8 /t | |
parent | i18n: notes: mark error messages for translation (diff) | |
download | tgif-8d79589ad61132e038dd7312ab018c6d6518ead7.tar.xz |
notes: spell first word of error messages in lowercase
That's the usual style.
Update one test to reflect these changes.
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t3320-notes-merge-worktrees.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3320-notes-merge-worktrees.sh b/t/t3320-notes-merge-worktrees.sh index 6e0511596b..b9c3bc2487 100755 --- a/t/t3320-notes-merge-worktrees.sh +++ b/t/t3320-notes-merge-worktrees.sh @@ -52,7 +52,7 @@ test_expect_success 'merge z into y while mid-merge in another workdir fails' ' cd worktree && git config core.notesRef refs/notes/y && test_must_fail git notes merge z 2>err && - test_i18ngrep "A notes merge into refs/notes/y is already in-progress at" err + test_i18ngrep "a notes merge into refs/notes/y is already in-progress at" err ) && test_path_is_missing .git/worktrees/worktree/NOTES_MERGE_REF ' |