largefiles: fix typo stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Mon, 17 Oct 2011 19:10:28 -0200
branchstable
changeset 15295 bd9405551ad4
parent 15294 db7b09e689f1
child 15296 4b71c17caeb8
largefiles: fix typo
hgext/largefiles/uisetup.py
--- a/hgext/largefiles/uisetup.py	Mon Oct 17 19:10:42 2011 -0200
+++ b/hgext/largefiles/uisetup.py	Mon Oct 17 19:10:28 2011 -0200
@@ -23,7 +23,7 @@
     entry = extensions.wrapcommand(commands.table, 'add',
                                    overrides.override_add)
     addopt = [('', 'large', None, _('add as largefile')),
-            ('', 'lfsize', '', _('add all files above this size (in megabytes)'
+            ('', 'lfsize', '', _('add all files above this size (in megabytes) '
                                  'as largefiles (default: 10)'))]
     entry[1].extend(addopt)