Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 14756:fdcf6f09b68d stable
localrepo: mark progress step for translation
author | Wagner Bruna <wbruna@yahoo.com> |
---|---|
date | Sun, 26 Jun 2011 15:47:39 -0300 |
parents | 001788ef4bbb |
children | de9eb6b1da4f |
line wrap: on
line diff
--- a/mercurial/localrepo.py Sun Jun 26 01:13:30 2011 +0200 +++ b/mercurial/localrepo.py Sun Jun 26 15:47:39 2011 -0300 @@ -1773,7 +1773,7 @@ # process the files self.ui.status(_("adding file changes\n")) - pr.step = 'files' + pr.step = _('files') pr.count = 1 pr.total = efiles source.callback = None