Fix template variable help for Navigation, page.depthDiff. Fixes bug #11952.

This commit is contained in:
Colin Kuskie 2010-11-08 14:13:31 -08:00
parent 76f32f3b6d
commit 9e714fa09a
2 changed files with 3 additions and 2 deletions

View file

@ -421,8 +421,8 @@ the Navigation Template to determine who can see them in the menu.</p>
},
'page.depthDiff' => {
message => q|The difference in depth between the previous page and this page, parent.absDepth - page.absDepth, although parent.absDepth is not a template variable.|,
lastUpdated => 1149394665,
message => q|The difference in depth between the previous page and this page, previous.absDepth - page.absDepth, although previous.absDepth is not a template variable. For the very first page (which has no previous page), this is set to 0.|,
lastUpdated => 1289253145,
},
'page.depthDiffIsN' => {