hgext/largefiles/localstore.py
changeset 16928 73b9286e667c
parent 15371 f26ed4ea46d8
child 17191 5884812686f7
--- a/hgext/largefiles/localstore.py	Tue Jun 12 14:18:18 2012 +0200
+++ b/hgext/largefiles/localstore.py	Tue Jun 12 14:18:18 2012 +0200
@@ -43,7 +43,7 @@
             path = lfutil.usercachepath(self.ui, hash)
         else:
             raise basestore.StoreError(filename, hash, '',
-                _("Can't get file locally"))
+                _("can't get file locally"))
         fd = open(path, 'rb')
         try:
             return lfutil.copyandhash(fd, tmpfile)