Author: esr
Date: Tue Apr 14 14:31:09 2009
New Revision: 34902
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34902&view=rev
Log:
Fix incorrect comment.
Modified:
trunk/data/tools/wmllint
Modified: trunk/data/tools/wmllint
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=34902&r1=34901&r2=34902&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Tue Apr 14 14:31:09 2009
@@ -1255,8 +1255,9 @@
def hack_syntax(filename, lines):
# Syntax transformations go here. This gets called once per WML file;
# the name of the file is passed as filename, text of the file as the
- # array of strings in lines. Modify lines in place as needed, and
- # set modcount to nonzero when you actually change any.
+ # array of strings in lines. Modify lines in place as needed;
+ # changes will be detected by the caller.
+ #
# Ensure that every attack has a translatable description.
for i in range(len(lines)):
if "no-syntax-rewrite" in lines[i]:
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits