aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/orphans.pm
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-07-23 00:48:00 +0200
committerJonas Smedegaard <dr@jones.dk>2009-07-23 00:48:00 +0200
commit106b073ce1b5d9deeb4c7d86dd80e2dc4bb083eb (patch)
treec8b817d93c92c9106018ede3a8c8aa8fe8d20f2a /IkiWiki/Plugin/orphans.pm
parent8b7389b426a7a9833b0bd40dca285b746d81b5a1 (diff)
downloadikiwiki-106b073ce1b5d9deeb4c7d86dd80e2dc4bb083eb.tar
ikiwiki-106b073ce1b5d9deeb4c7d86dd80e2dc4bb083eb.tar.gz
Rephrase 'linked to by' confusing for translators.
Diffstat (limited to 'IkiWiki/Plugin/orphans.pm')
-rw-r--r--IkiWiki/Plugin/orphans.pm2
1 files changed, 1 insertions, 1 deletions
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 {