diff options
author | levinse <levinse> | 2011-05-22 16:39:46 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-22 16:39:46 +0000 |
commit | 73ccbbf60928661e385c826de893e6fd57c7e364 (patch) | |
tree | fe56370e2539971df08e7cc2403f224138951907 /httemplate/elements/tr-input-date-field.html | |
parent | 6e39b5fce608de6c2fa532439b58e83c548814c9 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/elements/tr-input-date-field.html')
-rw-r--r-- | httemplate/elements/tr-input-date-field.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-input-date-field.html b/httemplate/elements/tr-input-date-field.html index 5400fcb80..37a22e5df 100644 --- a/httemplate/elements/tr-input-date-field.html +++ b/httemplate/elements/tr-input-date-field.html @@ -9,7 +9,7 @@ <TD ALIGN="right"><% $label %></TD> <TD> <INPUT TYPE="text" NAME="<% $name %>" ID="<% $name %>_text" VALUE="<% $value %>"> - <IMG SRC="<%$fsurl%>images/calendar.png" ID="<% $name %>_button" STYLE="cursor: pointer" TITLE="Select date"> + <IMG SRC="<%$fsurl%>images/calendar.png" ID="<% $name %>_button" STYLE="cursor: pointer" TITLE="<% mt('Select date') |h %>"> </TD> </TR> |