From cce94268485fa3de58af830f9614ae0923bd9cb1 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Wed, 14 Nov 2007 18:10:28 +0000 Subject: [PATCH] We don't use N_, we do use D_ as keyword. SVN revision: 32679 --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index 22837ab..dee0724 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --foreign-user +XGETTEXT_OPTIONS = --keyword=_ --keyword=D_ --from-code=UTF-8 --foreign-user # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding