largefiles: fix uppercase in abort message stable
authorMartin Geisler <mg@aragost.com>
Fri, 28 Oct 2011 15:00:21 +0200
branchstable
changeset 15380 a53888685a6c
parent 15379 3ca419fb435e
child 15381 c519cd8f0169
largefiles: fix uppercase in abort message
hgext/largefiles/lfcommands.py
--- a/hgext/largefiles/lfcommands.py	Fri Oct 28 12:59:50 2011 +0200
+++ b/hgext/largefiles/lfcommands.py	Fri Oct 28 15:00:21 2011 +0200
@@ -227,7 +227,7 @@
                 if 'l' in fctx.flags():
                     if renamedlfile:
                         raise util.Abort(
-                            _('Renamed/copied largefile %s becomes symlink')
+                            _('renamed/copied largefile %s becomes symlink')
                             % f)
                     islfile = False
             if islfile: