diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-07-23 00:48:00 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-07-23 00:48:00 +0200 |
commit | 106b073ce1b5d9deeb4c7d86dd80e2dc4bb083eb (patch) | |
tree | c8b817d93c92c9106018ede3a8c8aa8fe8d20f2a /IkiWiki/Plugin | |
parent | 8b7389b426a7a9833b0bd40dca285b746d81b5a1 (diff) |
Rephrase 'linked to by' confusing for translators.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/orphans.pm | 2 |
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 { |