changeset 15380:a53888685a6c stable

largefiles: fix uppercase in abort message
author Martin Geisler <mg@aragost.com>
date Fri, 28 Oct 2011 15:00:21 +0200
parents 3ca419fb435e
children c519cd8f0169
files hgext/largefiles/lfcommands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: