diff pyntnclick/tools/rect_drawer.py @ 798:b3b73fd2be07 pyntnclick

Fix another typo
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 27 Jan 2013 13:38:42 +0200
parents 6b33fc262cef
children e11e092cc58e
line wrap: on
line diff
--- a/pyntnclick/tools/rect_drawer.py	Sun Jan 27 13:17:50 2013 +0200
+++ b/pyntnclick/tools/rect_drawer.py	Sun Jan 27 13:38:42 2013 +0200
@@ -172,7 +172,7 @@
 
     def _print_thing(self, thing, interact_name):
         """Helper to avoid repeated translations"""
-        print (_("Thing %(thing)s Interact %(interacts") %
+        print (_("Thing %(thing)s Interact %(interact)s") %
                 {'thing': thing.name, 'interact': interact_name})
 
     def _print_rects(self, rect1, rect2):