# HG changeset patch # User Matt Mackall # Date 1317334602 18000 # Node ID 3d27a8ff895f8c642f21efda172129d776909561 # Parent fb1dcd2aae2a215bc452dff2fe5ec97ac194531d largefiles: mark a string for translation diff -r fb1dcd2aae2a -r 3d27a8ff895f hgext/largefiles/lfcommands.py --- a/hgext/largefiles/lfcommands.py Thu Sep 29 17:15:54 2011 -0500 +++ b/hgext/largefiles/lfcommands.py Thu Sep 29 17:16:42 2011 -0500 @@ -353,7 +353,7 @@ # XXX check for errors here store.put(source, hash) at += 1 - ui.progress('uploading largefiles', None) + ui.progress(_('uploading largefiles'), None) def verifylfiles(ui, repo, all=False, contents=False): '''Verify that every big file revision in the current changeset