summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-otaker.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-22 16:39:46 +0000
committerlevinse <levinse>2011-05-22 16:39:46 +0000
commit73ccbbf60928661e385c826de893e6fd57c7e364 (patch)
treefe56370e2539971df08e7cc2403f224138951907 /httemplate/elements/select-otaker.html
parent6e39b5fce608de6c2fa532439b58e83c548814c9 (diff)
internationalization/localization, RT12515
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'} } ) {