revert revert
parent
a29507ec26
commit
60ee03bd70
|
@ -49,7 +49,7 @@ sub preprocess (@) {
|
|||
push @orphans, $page;
|
||||
}
|
||||
|
||||
return gettext("All pages are linked to from other pages.") unless @orphans;
|
||||
return gettext("All pages have other pages linking to them.") unless @orphans;
|
||||
return "<ul>\n".
|
||||
join("\n",
|
||||
map {
|
||||
|
|
Loading…
Reference in New Issue