mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: Improve grammar in test-message subjects.
Before codifying these in any expected test output, I'd like them to at least resemble English.
This commit is contained in:
parent
419b88059d
commit
9a3d4a0f2a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ generate_message ()
|
|||
fi
|
||||
|
||||
if [ -z "${template[body]}" ]; then
|
||||
template[body]="This is just test message (#${gen_msg_cnt})"
|
||||
template[body]="This is just a test message (#${gen_msg_cnt})"
|
||||
fi
|
||||
|
||||
if [ -z "${template[from]}" ]; then
|
||||
|
|
Loading…
Reference in a new issue