projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e01badd
)
improve string to be less confusing
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Jul 2009 09:52:33 +0000
(11:52 +0200)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 23 Jul 2009 09:52:33 +0000
(11:52 +0200)
IkiWiki/Plugin/orphans.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/orphans.pm
b/IkiWiki/Plugin/orphans.pm
index 944eba54123ba0a6adec21ae8ff90284521785f5..f9ac2cdb2b4a4f6c7703ee8d71c0df21a19fde12 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
by
other pages.") unless @orphans;
+ return gettext("All pages are linked to
from
other pages.") unless @orphans;
return "<ul>\n".
join("\n",
map {