]> sipb.mit.edu Git - ikiwiki.git/commitdiff
improve string to be less confusing
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 23 Jul 2009 09:52:33 +0000 (11:52 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 23 Jul 2009 09:52:33 +0000 (11:52 +0200)
IkiWiki/Plugin/orphans.pm

index 944eba54123ba0a6adec21ae8ff90284521785f5..f9ac2cdb2b4a4f6c7703ee8d71c0df21a19fde12 100644 (file)
@@ -49,7 +49,7 @@ sub preprocess (@) {
                push @orphans, $page;
        }
        
                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 {
        return "<ul>\n".
                join("\n",
                        map {