mercurial/hgweb/server.py
changeset 7928 0796c8862bee
parent 7921 f62482848d1b
child 8224 1075f5c1b3fa
--- a/mercurial/hgweb/server.py	Sun Mar 29 16:15:06 2009 -0500
+++ b/mercurial/hgweb/server.py	Tue Mar 31 22:48:16 2009 +0200
@@ -275,7 +275,7 @@
 
         def __init__(self, *args, **kwargs):
             if self.address_family is None:
-                raise error.RepoError(_('IPv6 not available on this system'))
+                raise error.RepoError(_('IPv6 is not available on this system'))
             super(IPv6HTTPServer, self).__init__(*args, **kwargs)
 
     if ssl_cert: