From: Jonas Smedegaard Date: Wed, 22 Jul 2009 22:48:00 +0000 (+0200) Subject: Rephrase 'linked to by' confusing for translators. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/106b073ce1b5d9deeb4c7d86dd80e2dc4bb083eb Rephrase 'linked to by' confusing for translators. --- diff --git a/IkiWiki/Plugin/orphans.pm b/IkiWiki/Plugin/orphans.pm index 944eba541..7c938ef74 100644 --- 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 have other pages linking to them.") unless @orphans; return "