diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-23 12:01:54 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-23 12:01:54 +0200 |
commit | 60ee03bd7062c9b48872791ebc8ca980bdd470a4 (patch) | |
tree | 135a4b3b02ccf207162176c1a33f7aa01af4bee5 /IkiWiki | |
parent | a29507ec26746b59641a41cd4cc97041ba53ecfa (diff) | |
download | ikiwiki-60ee03bd7062c9b48872791ebc8ca980bdd470a4.tar ikiwiki-60ee03bd7062c9b48872791ebc8ca980bdd470a4.tar.gz |
revert revert
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/orphans.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/orphans.pm b/IkiWiki/Plugin/orphans.pm index f9ac2cdb2..7c938ef74 100644 --- a/IkiWiki/Plugin/orphans.pm +++ b/IkiWiki/Plugin/orphans.pm @@ -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 { |