# HG changeset patch # User Matt Mackall # Date 1317334602 18000 # Node ID 3d27a8ff895f8c642f21efda172129d776909561 # Parent fb1dcd2aae2a215bc452dff2fe5ec97ac194531d largefiles: mark a string for translation diff --git a/hgext/largefiles/lfcommands.py b/hgext/largefiles/lfcommands.py --- a/hgext/largefiles/lfcommands.py +++ b/hgext/largefiles/lfcommands.py @@ -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