TW-1903: grammar error -- There are 1 local changes.

- Thanks to Eric Hymowitz.
This commit is contained in:
Paul Beckingham 2017-03-30 23:21:14 -04:00
parent 60bccaae2b
commit 704dfd462e
11 changed files with 16 additions and 4 deletions

View file

@ -422,7 +422,8 @@ void feedback_backlog ()
++count;
if (count)
context.footnote (format (STRING_FEEDBACK_BACKLOG, count));
context.footnote (format (count > 1 ? STRING_FEEDBACK_BACKLOG_N
: STRING_FEEDBACK_BACKLOG, count));
}
}