summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-otaker.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-otaker.html')
-rw-r--r--httemplate/elements/select-otaker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-otaker.html b/httemplate/elements/select-otaker.html
index 2a689f39d..660566565 100644
--- a/httemplate/elements/select-otaker.html
+++ b/httemplate/elements/select-otaker.html
@@ -1,7 +1,7 @@
<SELECT NAME="otaker">
% unless ( $opt{'multiple'} || $opt{'disable_empty'} ) {
- <OPTION VALUE="">all</OPTION>
+ <OPTION VALUE=""><% mt('all') |h %></OPTION>
% }
% foreach my $otaker ( @{ $opt{'otakers'} } ) {