Skip to content

Commit

Permalink
Fix indent, use spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Aug 6, 2011
1 parent 835970c commit 7a05bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/update_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def buildphrases(rootpath):
if phrase in in_phrases:
print >>outfile, 'msg: %s' % in_phrases[phrase]
else:
print >>outfile, "# Missing translation"
print >>outfile, "# Missing translation"
print >>outfile, 'msg: '
print " ! Missing translation for %s" % phrase

Expand Down

0 comments on commit 7a05bfd

Please sign in to comment.