# HG changeset patch # User Wagner Bruna # Date 1318885828 7200 # Node ID bd9405551ad490f2a8c1f653c2b4931254443112 # Parent db7b09e689f131f0aa4cc70956b863fde2897438 largefiles: fix typo diff -r db7b09e689f1 -r bd9405551ad4 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)