src/custom.c: Mark sidebar help string "no-c-format"

This one was incorrectly detected as C format string due to the literal
percent sign ("%") contained in the message. Add a comment that
explicitly marks it as non-format string to avoid translation issues.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-05-31 23:59:55 +02:00
parent 3e1e82cdeb
commit 6139235488

View File

@ -295,6 +295,7 @@ void custom_sidebar_config(void)
}; };
const char *help_text = const char *help_text =
_ _
/* xgettext:no-c-format */
("This configuration screen is used to change the width of the side bar.\n" ("This configuration screen is used to change the width of the side bar.\n"
"The side bar is the part of the screen which contains two panels:\n" "The side bar is the part of the screen which contains two panels:\n"
"the calendar and, depending on the chosen layout, either the todo list\n" "the calendar and, depending on the chosen layout, either the todo list\n"