mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
TW-1903: grammar error -- There are 1 local changes.
- Thanks to Eric Hymowitz.
This commit is contained in:
parent
60bccaae2b
commit
704dfd462e
11 changed files with 16 additions and 4 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue