]> granicus.if.org Git - neomutt/commit
pager.c: Fix plural messages with "messages"
authorReis Radomil <reisradomil@fake-box.com>
Tue, 22 May 2018 14:16:12 +0000 (14:16 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 29 May 2018 03:03:35 +0000 (04:03 +0100)
commitdae44d56a74e5a12bfe33ecf9dc3989d53c8c738
tree6eb9db6b0547bd1e288dcf56f969763ab813c863
parentd2efc2d7b2e0b96f56477d66d4da6efdbac6dd0b
pager.c: Fix plural messages with "messages"

Due to the implementation details we do not know whether we
delete/undelete zero, 1, 12, ... messages. So in English we use
"messages". We leave it up to the translator to choose a fitting
translation. Some language might have other means to express this
situation.
pager.c