Mercurial > hg-stable
changeset 12848:f7f1a146f407 stable
qrestore: trying to improve the English
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 26 Oct 2010 14:41:58 +0300 |
parents | b00eda50ad2b |
children | d966eb464888 |
files | hgext/mq.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Wed Oct 20 17:38:21 2010 -0500 +++ b/hgext/mq.py Tue Oct 26 14:41:58 2010 +0300 @@ -1542,7 +1542,7 @@ self.ui.warn(_("saved queue repository parents: %s %s\n") % (short(qpp[0]), short(qpp[1]))) if qupdate: - self.ui.status(_("queue directory updating\n")) + self.ui.status(_("updating queue directory\n")) r = self.qrepo() if not r: self.ui.warn(_("Unable to load queue repository\n"))