# HG changeset patch # User Martin Geisler # Date 1233693516 -3600 # Node ID 2e48668b51f0f38f1225bd5c6f8210959f972d25 # Parent 25fc4c620e542f5dd9887c47c08b16bbe2215d61 convert: marked string for translation diff -r 25fc4c620e54 -r 2e48668b51f0 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]...')), }