diff options
author | levinse <levinse> | 2011-05-17 05:00:44 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-17 05:00:44 +0000 |
commit | 93519f9371b41ded713a93fba031ed7a361be04c (patch) | |
tree | 3b00659886d3eece63b5d514f65691218ed4d7d7 /httemplate/view/cust_main/notes.html | |
parent | 5d5e197dd0c74b419a4c4cb0791bf23e68e4c3bb (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 3a4b05a36..81ba6fb3d 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -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 ) { |