mercurial/help.py
branchstable
changeset 16547 23072be2eaa3
parent 16250 684864d54903
child 16568 770190bff625
--- a/mercurial/help.py	Sat Apr 28 16:38:07 2012 -0500
+++ b/mercurial/help.py	Mon Apr 30 11:51:24 2012 +0200
@@ -67,11 +67,11 @@
     (['templating', 'templates'], _('Template Usage'),
      loaddoc('templates')),
     (['urls'], _('URL Paths'), loaddoc('urls')),
-    (["extensions"], _("Using additional features"), extshelp),
+    (["extensions"], _("Using Additional Features"), extshelp),
    (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
    (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
    (["glossary"], _("Glossary"), loaddoc('glossary')),
-   (["hgignore", "ignore"], _("syntax for Mercurial ignore files"),
+   (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"),
     loaddoc('hgignore')),
    (["phases"], _("Working with Phases"), loaddoc('phases')),
 ])