Mercurial > hg
changeset 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 | 6ba51c81ff75 |
children | f0b047a24c57 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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