convert: marked string for translation
authorMartin Geisler <mg@daimi.au.dk>
Tue, 03 Feb 2009 21:38:36 +0100
changeset 7735 2e48668b51f0
parent 7727 25fc4c620e54
child 7736 fb0776fe3e38
convert: marked string for translation
hgext/convert/__init__.py
--- 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]...')),
 }