summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-04 20:47:49 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-04 20:47:49 +0300
commita01522101fd8237734ce8c1d7475b322f611db48 (patch)
treebdda8f90fc4fa1eecfe592ef2fed7989fa8483f9
parent8bbc991b6c72890da333a2418cb41b405cd3996d (diff)
downloadtools-a01522101fd8237734ce8c1d7475b322f611db48.tar.gz
tools-a01522101fd8237734ce8c1d7475b322f611db48.tar.bz2
tools-a01522101fd8237734ce8c1d7475b322f611db48.tar.xz
tools-a01522101fd8237734ce8c1d7475b322f611db48.zip
testxml: replace "power of 10" to "multiple of 10"
-rwxr-xr-xtestxml/testxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py
index d578484..e82a18f 100755
--- a/testxml/testxml.py
+++ b/testxml/testxml.py
@@ -587,7 +587,7 @@ def testSpriteAction(file, name, action, numframes, iserr):
delay = 0
if delay % 10 != 0:
- showMsgSprite(file, "delay " + str(delay) + " must be power of 10 in action: " + name + \
+ showMsgSprite(file, "delay " + str(delay) + " must be multiple of 10 in action: " + name + \
", direction: " + direction, False)