hgext/largefiles/lfutil.py
changeset 15253 67d010779907
parent 15252 6e809bb4f969
child 15255 7ab05d752405
--- a/hgext/largefiles/lfutil.py	Wed Oct 12 20:59:27 2011 -0400
+++ b/hgext/largefiles/lfutil.py	Thu Oct 13 20:24:29 2011 -0400
@@ -91,7 +91,7 @@
         elif os.name == 'posix':
             path = os.path.join(os.getenv('HOME'), '.' + longname, hash)
         else:
-            raise util.Abort(_('Unknown operating system: %s\n') % os.name)
+            raise util.Abort(_('unknown operating system: %s\n') % os.name)
     return path
 
 def insystemcache(ui, hash):