revert revert
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 23 Jul 2009 10:01:54 +0000 (12:01 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 23 Jul 2009 10:01:54 +0000 (12:01 +0200)
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 {