From 52b1f1c71e85be522b30d8f3c0d65a8ce1e8a1d9 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Wed, 4 Jun 2003 10:46:02 +0000 Subject: Add a "no-c-format" xgettext header to unbreak po files in the new 2003-06-04 Jordi Mallach * src/main.c: Add a "no-c-format" xgettext header to unbreak po files in the new auto-close string. --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.c b/src/main.c index 9f990712..2792d539 100644 --- a/src/main.c +++ b/src/main.c @@ -527,6 +527,7 @@ struct poptOption progress_options[] = { POPT_ARG_NONE, NULL, OPTION_AUTOCLOSE, + /* xgettext: no-c-format */ N_("Dismiss the dialog when 100% has been reached"), NULL }, -- cgit