diff options
author | monty35 <videosrc@vdr.muc.bieringer.de> | 2008-12-21 22:26:16 +0100 |
---|---|---|
committer | monty35 <videosrc@vdr.muc.bieringer.de> | 2008-12-21 22:26:16 +0100 |
commit | aa3e2f85fe2a36f45e847132d34a50db6b7770f6 (patch) | |
tree | 301b3cf9d2432c60c0f2628a5824aff0f892c317 | |
parent | fa34e76640d779e3b060c000bca08c59ca4e6792 (diff) | |
download | vdr-plugin-tvtv-aa3e2f85fe2a36f45e847132d34a50db6b7770f6.tar.gz vdr-plugin-tvtv-aa3e2f85fe2a36f45e847132d34a50db6b7770f6.tar.bz2 |
Update msgid-bugs-address
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='monty35' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='http://projects.vdr-developer.org/projects/plg-tvtv/issues/new' -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< |