X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/dae0f48e91304afcb6ebe0936360e51b22a56548..a6e1274f468477cceb9b118aa5b49bd74e9385c4:/IkiWiki/Plugin/orphans.pm diff --git a/IkiWiki/Plugin/orphans.pm b/IkiWiki/Plugin/orphans.pm index 3a8a7954f..6ba37615e 100644 --- a/IkiWiki/Plugin/orphans.pm +++ b/IkiWiki/Plugin/orphans.pm @@ -38,7 +38,7 @@ sub preprocess (@) { #{{{ push @orphans, $page; } - return "All pages are linked to by other pages." unless @orphans; + return gettext("All pages are linked to by other pages.") unless @orphans; return "\n"; } # }}}