hgext/convert/subversion.py
changeset 16925 eaf6a6d7f015
parent 16689 f366d4c2ff34
child 17031 f17b561cc473
--- a/hgext/convert/subversion.py	Tue Jun 12 14:18:18 2012 +0200
+++ b/hgext/convert/subversion.py	Tue Jun 12 14:18:18 2012 +0200
@@ -227,7 +227,7 @@
             raise NoRepo(_("%s does not look like a Subversion repository")
                          % url)
         if svn is None:
-            raise MissingTool(_('Could not load Subversion python bindings'))
+            raise MissingTool(_('could not load Subversion python bindings'))
 
         try:
             version = svn.core.SVN_VER_MAJOR, svn.core.SVN_VER_MINOR