diff options
author | mekolat <mekolat@gmail.com> | 2015-01-28 17:05:57 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-01-28 17:05:57 -0500 |
commit | cf8e4f943983a5dd892435b6ba78c219654973c3 (patch) | |
tree | 893b0c4ebfdb20e3259781b53bbbc662355934e7 /tmx_converter.py | |
parent | 098f8a66ce4fae61f517872b7eba7f33275c0448 (diff) | |
download | tools-cf8e4f943983a5dd892435b6ba78c219654973c3.tar.gz tools-cf8e4f943983a5dd892435b6ba78c219654973c3.tar.bz2 tools-cf8e4f943983a5dd892435b6ba78c219654973c3.tar.xz tools-cf8e4f943983a5dd892435b6ba78c219654973c3.zip |
add missing word
Diffstat (limited to 'tmx_converter.py')
-rwxr-xr-x | tmx_converter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmx_converter.py b/tmx_converter.py index f12192f..9f9da39 100755 --- a/tmx_converter.py +++ b/tmx_converter.py @@ -52,7 +52,7 @@ other_warp_fields = ( TILESIZE = 32 SEPARATOR = '|' -MESSAGE = 'This file is generated automatically. All manually changes will be removed when running the Converter.' +MESSAGE = 'This file is generated automatically. All manually added changes will be removed when running the Converter.' CLIENT_MAPS = 'maps' SERVER_WLK = 'data' SERVER_NPCS = 'npc' |