Mercurial > public > mercurial-scm > hg
diff hgext/convert/__init__.py @ 7735:2e48668b51f0
convert: marked string for translation
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Tue, 03 Feb 2009 21:38:36 +0100 |
parents | 26adfaccdf73 |
children | bcd364b247ba |
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]...')), }