projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29507e
)
revert revert
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Jul 2009 10:01:54 +0000
(12:01 +0200)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Jul 2009 10:01:54 +0000
(12:01 +0200)
IkiWiki/Plugin/orphans.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/orphans.pm
b/IkiWiki/Plugin/orphans.pm
index f9ac2cdb2b4a4f6c7703ee8d71c0df21a19fde12..7c938ef742da0b6793542151bcfd96465eef877b 100644
(file)
--- 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 {