From 998f029ef805c73e90543b34192e16d38a23c69c Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 18 May 2011 01:08:08 +0000 Subject: internationalization/localization, RT12515 --- httemplate/view/cust_main/notes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/view/cust_main/notes.html') diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 81ba6fb3d..1e9f464db 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -54,7 +54,7 @@ % 'edit/cust_main_note.cgi'. % "?custnum=$custnum". % ";notenum=$notenum", -% 'actionlabel' => mt('Edit customer note'), +% 'actionlabel' => emt('Edit customer note'), % 'width' => 616, % 'height' => 538, #575 % 'frame' => 'top', @@ -63,13 +63,13 @@ % % my $edit = ''; % if ($curuser->access_right('Edit customer note') ) { -% $edit = qq! (!.mt('edit').')'; +% $edit = qq! (!.emt('edit').')'; % } % % if ( $last_classnum != $note->classnum && !$skipheader ) { % my $tmp_classnum = $note->classnum ? $note->classnum : 0; % $classes{$tmp_classnum} = $note->classname ne '' ? $note->classname -% : mt('Other'); +% : emt('Other'); % if ( $last_classnum != -1 ) { -- cgit v1.2.1