typo in delete profile fixed
authorstack <stack@inventati.org>
Wed, 11 Jul 2012 01:25:23 +0000 (03:25 +0200)
committerstack <stack@inventati.org>
Wed, 11 Jul 2012 01:25:23 +0000 (03:25 +0200)
profhandler.py

index 5afefaa..7575da2 100644 (file)
@@ -109,7 +109,7 @@ class ProfHandler():
                 raise AppError('Profile Name does not exists')
         else:
             raise AppError('Profile Name not valid')
-        print("Profile "+profileName+" created.")
+        print("Profile "+profileName+" deleted.")
 
     def isCurrentProfile(self, ppath):
         """ Returns true if the current profile path is currently activated """