improve string to be less confusing

master
Joey Hess 2009-07-23 11:52:33 +02:00
parent e01badd3e7
commit a29507ec26
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ sub preprocess (@) {
push @orphans, $page;
}
return gettext("All pages are linked to by other pages.") unless @orphans;
return gettext("All pages are linked to from other pages.") unless @orphans;
return "<ul>\n".
join("\n",
map {