X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_account_types.php;h=4e2ce39ffed85b7616aaeca0dacfe04224cdee5a;hb=e82fa1f01d7f0d7706b9d3e2efaa9a31cc0777f6;hp=b570dd439e18f0ab276132f161abc4361bd888ef;hpb=3626626c1d1497affa0e1b1f7da41c656e78a385;p=fa-stable.git diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index b570dd43..4e2ce39f 100644 --- a/gl/manage/gl_account_types.php +++ b/gl/manage/gl_account_types.php @@ -44,12 +44,12 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM') if ($selected_id != "") { update_account_type($selected_id, $_POST['name'], $_POST['class_id'], $_POST['parent']); - display_notification('Selected account type has been updated'); + display_notification(_('Selected account type has been updated')); } else { add_account_type($_POST['name'], $_POST['class_id'], $_POST['parent']); - display_notification('New account type has been added'); + display_notification(_('New account type has been added')); } $Mode = 'RESET'; } @@ -93,9 +93,9 @@ if ($Mode == 'Delete') if (can_delete($selected_id)) { delete_account_type($selected_id); - display_notification('Selected currency has been deleted'); - $Mode = 'RESET'; + display_notification(_('Selected currency has been deleted')); } + $Mode = 'RESET'; } if ($Mode == 'RESET') {