From 6d2c28233499d2bd3abcb3934adf550ebbd71652 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Mon, 18 Jan 2010 14:13:07 +0000 Subject: [PATCH] FIX: Plan to cut the volume does not work if you are using version pt_BR or es. #FIX:109 --- invesalius/data/volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/volume.py b/invesalius/data/volume.py index 3914eef..bf6b4d9 100755 --- a/invesalius/data/volume.py +++ b/invesalius/data/volume.py @@ -528,7 +528,7 @@ class Volume(): def OnEnableTool(self, pubsub_evt): print "OnEnableTool" tool_name, enable = pubsub_evt.data - if tool_name == "Cut plane": + if tool_name == _("Cut plane"): if self.plane: if enable: print "Enable" -- libgit2 0.21.2