From c0398ef281dd091852a57a30c5a176d010c1df21 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 27 May 2011 07:08:47 +0000 Subject: [PATCH] internationalization/localization, RT12515 --- httemplate/elements/popup_link_onclick.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0