diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-26 13:49:21 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-26 13:49:21 +0000 |
commit | e82456a57c9b8c2782e8acdcfdf9e69952272264 (patch) | |
tree | adacb1dff9f56712467b040bd041fdcc6107b923 /po/Makevars | |
parent | 0c7b9b0b70a55f11c4f23b78144d90a141dae8ea (diff) | |
download | pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.tar.gz pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.tar.bz2 pam-e82456a57c9b8c2782e8acdcfdf9e69952272264.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Mark missing strings for translations (login and password)
Fix \a problem with pot/po files
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 5dc8404e..c152efd6 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_ +XGETTEXT_OPTIONS = -E --keyword=_ --keyword=N_ # 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 |