aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/orphans.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-23 11:48:02 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-23 11:48:02 +0200
commite01badd3e7034dde6b1287b640cd7806b7aea59f (patch)
tree1f84750a6b065c48fc03d3ac1f6a7aeff7afd823 /IkiWiki/Plugin/orphans.pm
parent081febc156c096c9cba93316ed8db40b049159f9 (diff)
downloadikiwiki-e01badd3e7034dde6b1287b640cd7806b7aea59f.tar
ikiwiki-e01badd3e7034dde6b1287b640cd7806b7aea59f.tar.gz
reverted a few of the string changes
Improved one string.
Diffstat (limited to 'IkiWiki/Plugin/orphans.pm')
-rw-r--r--IkiWiki/Plugin/orphans.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/orphans.pm b/IkiWiki/Plugin/orphans.pm
index 7c938ef74..944eba541 100644
--- a/IkiWiki/Plugin/orphans.pm
+++ b/IkiWiki/Plugin/orphans.pm
@@ -49,7 +49,7 @@ sub preprocess (@) {
push @orphans, $page;
}
- return gettext("All pages have other pages linking to them.") unless @orphans;
+ return gettext("All pages are linked to by other pages.") unless @orphans;
return "<ul>\n".
join("\n",
map {