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 5a1b069b73
commit 66e3dc8218
11 changed files with 16 additions and 4 deletions

View File

@@ -420,7 +420,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));
}
}