internationalization/localization, RT12515
authorlevinse <levinse>
Fri, 27 May 2011 07:08:47 +0000 (07:08 +0000)
committerlevinse <levinse>
Fri, 27 May 2011 07:08:47 +0000 (07:08 +0000)
httemplate/elements/popup_link_onclick.html

index 4c61a6c..961f623 100644 (file)
@@ -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';