diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-05-31 23:59:55 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-06-01 00:03:58 +0200 |
commit | 61392354884cb221a2cc067c764eeedb429355da (patch) | |
tree | ac225504158824cada63b9547b5bef3236f548f9 | |
parent | 3e1e82cdeb4ca49723bb3ab96585c7e3ab83eac2 (diff) | |
download | calcurse-61392354884cb221a2cc067c764eeedb429355da.zip |
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>
-rw-r--r-- | src/custom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/custom.c b/src/custom.c index bb34634..72c531b 100644 --- a/src/custom.c +++ b/src/custom.c @@ -295,6 +295,7 @@ void custom_sidebar_config(void) }; const char *help_text = _ + /* xgettext:no-c-format */ ("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 calendar and, depending on the chosen layout, either the todo list\n" |