internationalization/localization, RT12515
[freeside.git] / httemplate / view / cust_main / notes.html
index 3a4b05a..81ba6fb 100755 (executable)
@@ -63,8 +63,7 @@
 %
 %   my $edit = '';
 %   if ($curuser->access_right('Edit customer note') ) {
-%     my $editlabel = mt('edit');
-%     $edit = qq! <A HREF="javascript:void(0);" $clickjs>($editlabel)</A>!;
+%     $edit = qq! <A HREF="javascript:void(0);" $clickjs>(!.mt('edit').')</A>';
 %   }
 %
 % if ( $last_classnum != $note->classnum && !$skipheader ) {