]> granicus.if.org Git - neomutt/commit
icommands.c: I18N: Fix piecemeal constructed translation string
authorReis Radomil <reisradomil@fake-box.com>
Sun, 28 Apr 2019 14:32:34 +0000 (14:32 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 30 Apr 2019 16:38:27 +0000 (17:38 +0100)
commit1b8c33b99896cb617e6c6ba0bed3529a6be1ef4c
tree380be9babcc49eb7aca57faed0f65c70f4156bf2
parent159386b56d39701678938fc4dcffac8ea56b37aa
icommands.c: I18N: Fix piecemeal constructed translation string

Do not translate individual parts of a message and then combine them in
a printf-style way. This might work for English but miserably fails for
other languages. Instead use two or more complete sentences and pass
each of the sentences to the translator.

Fixes issue #1680
icommands.c