changeset 7003:2365c6d4c330

i18n: mark command line for translation
author Martin Geisler <mg@daimi.au.dk>
date Sat, 06 Sep 2008 17:44:07 +0200
parents 07c8396fa001
children 90227c42b5f6
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Sep 06 17:44:03 2008 +0200
+++ b/mercurial/commands.py	Sat Sep 06 17:44:07 2008 +0200
@@ -3234,7 +3234,7 @@
          [('l', 'list', None, _('list state of files needing merge')),
           ('m', 'mark', None, _('mark files as resolved')),
           ('u', 'unmark', None, _('unmark files as resolved'))],
-          ('hg resolve [OPTION] [FILES...]')),
+          _('hg resolve [OPTION] [FILES...]')),
     "revert":
         (revert,
          [('a', 'all', None, _('revert all changes when no arguments given')),