Commit b0ca096ed03da18356109924c9604b913c2e9bea

Authored by tatiana
1 parent b7e9e506

STL: English error

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/control.py
... ... @@ -157,7 +157,7 @@ class Controller():
157 157 try:
158 158 filename = session.project_path[1]
159 159 except(AttributeError):
160   - print "Not exist project"
  160 + print "Project doesn't exist"
161 161 filename = None
162 162  
163 163 if (filename):
... ...