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/Makefile.in.in | |
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/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 4705780e..0bce7ba6 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -35,7 +35,7 @@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ -MSGMERGE = msgmerge +MSGMERGE = msgmerge -E MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv |