Skip to content

Commit

Permalink
wmlxgettext: insert links which use ssl
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
sevu committed Jul 4, 2018
1 parent a1a73eb commit b7790eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wmlxgettext
Expand Up @@ -240,7 +240,7 @@ def main():
pkgversion = args.package_version + '\\n"'
print('msgid ""\nmsgstr ""', file=outfile)
print('"Project-Id-Version:', pkgversion, file=outfile)
print('"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\\n"', file=outfile)
print('"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\\n"', file=outfile)
now = datetime.utcnow()
cdate = '{:04d}-{:02d}-{:02d} {:02d}:{:02d} UTC\\n"'.format(now.year,
now.month,
Expand Down

0 comments on commit b7790eb

Please sign in to comment.