summaryrefslogtreecommitdiff
path: root/testxml/testxml.py
diff options
context:
space:
mode:
Diffstat (limited to 'testxml/testxml.py')
-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)