(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) {
+ikiwiki (1.42) UNRELEASED; urgency=low
+
+ * Fix one more missing translation of Discussion.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 31 Jan 2007 02:08:57 -0500
+
ikiwiki (1.41) unstable; urgency=low
* Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,