Mercurial > hg-stable
changeset 15173:3d27a8ff895f
largefiles: mark a string for translation
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 29 Sep 2011 17:16:42 -0500 |
parents | fb1dcd2aae2a |
children | 9f1a08c00931 |
files | hgext/largefiles/lfcommands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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