localrepo: mark progress step for translation stable
authorWagner Bruna <wbruna@yahoo.com>
Sun, 26 Jun 2011 15:47:39 -0300
branchstable
changeset 14756 fdcf6f09b68d
parent 14755 6ba51c81ff75
child 14757 f0b047a24c57
localrepo: mark progress step for translation
mercurial/localrepo.py
--- 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