summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-01-28 17:05:57 -0500
committermekolat <mekolat@gmail.com>2015-01-28 17:05:57 -0500
commitcf8e4f943983a5dd892435b6ba78c219654973c3 (patch)
tree893b0c4ebfdb20e3259781b53bbbc662355934e7
parent098f8a66ce4fae61f517872b7eba7f33275c0448 (diff)
downloadtools-cf8e4f943983a5dd892435b6ba78c219654973c3.tar.gz
tools-cf8e4f943983a5dd892435b6ba78c219654973c3.tar.bz2
tools-cf8e4f943983a5dd892435b6ba78c219654973c3.tar.xz
tools-cf8e4f943983a5dd892435b6ba78c219654973c3.zip
add missing word
-rwxr-xr-xtmx_converter.py2
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'