Don't generate exiguous space.

This commit is contained in:
Eric S. Raymond 2009-04-04 16:14:47 +00:00
parent b6d0c033d8
commit 3c5bc16d0a

View file

@ -225,7 +225,8 @@ msgstr ""
if key[0] == tag and key[1] == file and key[2] == line:
attribs = " has " + ", ".join(value)
print "# %s, line %d: %s%s" % (file, line, tag, attribs)
print notes,
if notes:
print notes,
notes = ""
print 'msgid "%s"' % translatable
print 'msgstr ""'