diff mercurial/hgweb/server.py @ 7928:0796c8862bee

hgweb: better English in IPv6 error message
author Martin Geisler <mg@daimi.au.dk>
date Tue, 31 Mar 2009 22:48:16 +0200
parents f62482848d1b
children 1075f5c1b3fa
line wrap: on
line diff
--- 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: