]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/orphans.pm
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / IkiWiki / Plugin / orphans.pm
index f9ac2cdb2b4a4f6c7703ee8d71c0df21a19fde12..7c938ef742da0b6793542151bcfd96465eef877b 100644 (file)
@@ -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 {