Merge branch 'master' of git://ctpug.org.za/naja
[naja.git] / naja / actions.py
index 395a1f502d63aa4e73f24a7761fe500d72c1ebf8..5701109fec37a31959b73c9fe02b2cd77772a9df 100644 (file)
@@ -119,7 +119,7 @@ class ClearBits(LocationAction):
 
 
 class ClearBitsAndHealth(LocationAction):
-    TEXT = "Clear %(location_bits)s and {HEALTH}."
+    TEXT = "Clear %(location_bits)s and lose {HEALTH}."
     GLYPHS = (ACTION_GLYPHS.CLEAR_BITS, ACTION_GLYPHS.DAMAGE)
 
     def perform_action(self, board, location):