From 2dc010d66a4e29071100910a2d888895cb74bb11 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 31 Jan 2007 07:10:11 +0000 Subject: * Fix one more missing translation of Discussion. --- IkiWiki/Plugin/inline.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki') diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index 4bdb14032..ec1cf0970 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -162,7 +162,7 @@ sub preprocess_inline (@) { #{{{ (length $config{cgiurl} || exists $links{$page."/".$discussionlink})) { $template->param(have_actions => 1); - $template->param(discussionlink => htmllink($page, $params{page}, "Discussion", 1, 1)); + $template->param(discussionlink => htmllink($page, $params{page}, gettext("Discussion"), 1, 1)); } } if (length $config{cgiurl} && defined $type) { -- cgit v1.2.3