From ed2a64f292c47baacc53afc4e33a9e853ce7b0f5 Mon Sep 17 00:00:00 2001 From: Reis Radomil Date: Sun, 22 Apr 2018 04:16:04 +0000 Subject: [PATCH] I18N: Combine help string into a single string for translation Do not chop the help string into multiple parts instead pass the complete string on for translation. Reverts partly 9b7faeeb7eb3dd436444c98c662ab1656fb9ba14. --- main.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 9336906ba..ec7edd0a6 100644 --- a/main.c +++ b/main.c @@ -112,9 +112,8 @@ static void usage(void) " -c
specify a carbon-copy (CC) address\n" " -D print the value of all variables to stdout\n" " -D -S like -D, but hide the value of sensitive variables\n" - " -B run in batch mode (do not start the ncurses UI)")); - puts(_(" -d log debugging output to ~/.neomuttdebug0")); - puts(_( + " -B run in batch mode (do not start the ncurses UI)\n" + " -d log debugging output to ~/.neomuttdebug0\n" " -E edit the draft (-H) or include (-i) file\n" " -e specify a command to be executed after initialization\n" " -f specify which mailbox to read\n" @@ -125,9 +124,8 @@ static void usage(void) " -i specify a file which NeoMutt should include in the body\n" " -m specify a default mailbox type\n" " -n causes NeoMutt not to read the system neomuttrc\n" - " -p recall a postponed message")); - - puts(_(" -Q query a configuration variable\n" + " -p recall a postponed message\n" + " -Q query a configuration variable\n" " -R open mailbox in read-only mode\n" " -s specify a subject (must be in quotes if it has spaces)\n" " -v show version and compile-time definitions\n" -- 2.40.0