diff options
author | levinse <levinse> | 2011-05-27 07:08:47 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-27 07:08:47 +0000 |
commit | c0398ef281dd091852a57a30c5a176d010c1df21 (patch) | |
tree | 3526340848ff379176ce06725bc1a81ed937a72c | |
parent | d0c5ddbd31af8b1747d447f31623e1af05961eb4 (diff) |
internationalization/localization, RT12515
-rw-r--r-- | httemplate/elements/popup_link_onclick.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/popup_link_onclick.html b/httemplate/elements/popup_link_onclick.html index 4c61a6c97..961f62336 100644 --- a/httemplate/elements/popup_link_onclick.html +++ b/httemplate/elements/popup_link_onclick.html @@ -34,7 +34,7 @@ Example: my( $action, $actionlabel, $frame ) = ( '', '', '' ); my( $width, $height ) = ( 540, 336 ); -my $closetext = 'Close'; +my $closetext = emt('Close'); my $color = '#333399'; my $scrolling = 'auto'; |