From 61392354884cb221a2cc067c764eeedb429355da Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 31 May 2012 23:59:55 +0200 Subject: 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 --- src/custom.c | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3-54-g00ecf