From b0ca096ed03da18356109924c9604b913c2e9bea Mon Sep 17 00:00:00 2001 From: tatiana Date: Sat, 13 Feb 2010 00:13:11 +0000 Subject: [PATCH] STL: English error --- invesalius/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/control.py b/invesalius/control.py index c6113bc..3598e03 100755 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -157,7 +157,7 @@ class Controller(): try: filename = session.project_path[1] except(AttributeError): - print "Not exist project" + print "Project doesn't exist" filename = None if (filename): -- libgit2 0.21.2