Fix a typo in Navigation help, for page.isDescendant. Attribution pending.

This commit is contained in:
Colin Kuskie 2009-03-24 02:04:31 +00:00
parent 4c408da55a
commit b4ebcb2ae3
3 changed files with 7 additions and 5 deletions

View file

@ -53,7 +53,7 @@ our $HELP = {
{ 'name' => 'page.isChild' },
{ 'name' => 'page.isParent' },
{ 'name' => 'page.isCurrent' },
{ 'name' => 'page.isDescendent' },
{ 'name' => 'page.isDescendant' },
{ 'name' => 'page.isAncestor' },
{ 'name' => 'page.inBranchRoot' },
{ 'name' => 'page.isSibling' },