[freeside-commits] freeside/httemplate/elements popup_link_onclick.html, 1.6, 1.7

Erik Levinson levinse at wavetail.420.am
Fri May 27 00:08:50 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv9442/elements

Modified Files:
	popup_link_onclick.html 
Log Message:
internationalization/localization, RT12515

Index: popup_link_onclick.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link_onclick.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- popup_link_onclick.html	20 Mar 2010 23:22:31 -0000	1.6
+++ popup_link_onclick.html	27 May 2011 07:08:47 -0000	1.7
@@ -34,7 +34,7 @@
 
 my( $action, $actionlabel, $frame ) = ( '', '', '' );
 my( $width, $height ) = ( 540, 336 );
-my $closetext = 'Close';
+my $closetext = emt('Close');
 my $color = '#333399';
 my $scrolling = 'auto';
 



More information about the freeside-commits mailing list