VirtualMailManager/common.py
branchv0.6.x
changeset 350 b7a4d7828608
parent 347 586367ee042b
child 366 d6573da35b5f
--- a/VirtualMailManager/common.py	Sat Aug 07 04:44:23 2010 +0000
+++ b/VirtualMailManager/common.py	Sat Aug 07 05:13:46 2010 +0000
@@ -59,7 +59,7 @@
     """
     binary = expand_path(binary)
     if not os.path.isfile(binary):
-        raise VMMError(_(u"'%s' is not a file") % get_unicode(binary),
+        raise VMMError(_(u"No such file: '%s'") % get_unicode(binary),
                        NO_SUCH_BINARY)
     if not os.access(binary, os.X_OK):
         raise VMMError(_(u"File is not executable: '%s'") %