Commit b0ca096ed03da18356109924c9604b913c2e9bea
1 parent
b7e9e506
Exists in
master
and in
6 other branches
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,7 +157,7 @@ class Controller(): | ||
157 | try: | 157 | try: |
158 | filename = session.project_path[1] | 158 | filename = session.project_path[1] |
159 | except(AttributeError): | 159 | except(AttributeError): |
160 | - print "Not exist project" | 160 | + print "Project doesn't exist" |
161 | filename = None | 161 | filename = None |
162 | 162 | ||
163 | if (filename): | 163 | if (filename): |