src/modules/client/api_errors.py
changeset 717 c40259b4ce98
parent 685 6f53483db920
child 835 34ec4401dc48
--- a/src/modules/client/api_errors.py	Fri Nov 14 14:39:29 2008 -0800
+++ b/src/modules/client/api_errors.py	Fri Nov 14 15:03:13 2008 -0800
@@ -96,9 +96,9 @@
 
         def __str__(self):
                 if self.path:
-                        return _("Could not operate on %s because\nof insufficient "
-                                "permissions. Please try the command again using pfexec "
-                                "or\notherwise increase your permissions.") % self.path
+                        return _("Could not operate on %s\nbecause of insufficient "
+                                "permissions. Please try the command again using pfexec\n"
+                                "or otherwise increase your permissions.") % self.path
                 else:
                         return _("""
 Could not complete the operation because of insufficient permissions. Please