Mercurial > hg
changeset 7735:2e48668b51f0
convert: marked string for translation
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Tue, 03 Feb 2009 21:38:36 +0100 |
parents | 25fc4c620e54 |
children | fb0776fe3e38 |
files | hgext/convert/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/__init__.py Thu Feb 05 17:40:25 2009 +0100 +++ b/hgext/convert/__init__.py Tue Feb 03 21:38:36 2009 +0100 @@ -227,7 +227,7 @@ ('', 'parents', '', _('show parent changesets')), ('', 'ancestors', '', _('show current changeset in ancestor branches')), # Options that are ignored for compatibility with cvsps-2.1 - ('A', 'cvs-direct', None, 'ignored for compatibility'), + ('A', 'cvs-direct', None, _('ignored for compatibility')), ], - 'hg debugcvsps [OPTION]... [PATH]...'), + _('hg debugcvsps [OPTION]... [PATH]...')), }