summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonty35 <videosrc@vdr.muc.bieringer.de>2008-12-21 22:26:16 +0100
committermonty35 <videosrc@vdr.muc.bieringer.de>2008-12-21 22:26:16 +0100
commitaa3e2f85fe2a36f45e847132d34a50db6b7770f6 (patch)
tree301b3cf9d2432c60c0f2628a5824aff0f892c317
parentfa34e76640d779e3b060c000bca08c59ca4e6792 (diff)
downloadvdr-plugin-tvtv-aa3e2f85fe2a36f45e847132d34a50db6b7770f6.tar.gz
vdr-plugin-tvtv-aa3e2f85fe2a36f45e847132d34a50db6b7770f6.tar.bz2
Update msgid-bugs-address
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e35b044..349afa4 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@ $<