From 106b073ce1b5d9deeb4c7d86dd80e2dc4bb083eb Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Thu, 23 Jul 2009 00:48:00 +0200
Subject: Rephrase 'linked to by' confusing for translators.

---
 IkiWiki/Plugin/orphans.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'IkiWiki/Plugin')

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 "<ul>\n".
 		join("\n",
 			map {
-- 
cgit v1.2.3