mcramer
2012-09-18 8d0c359e014afaf79bfb2e574662721285066f84
1
2
3
4
5
6
<?php
$wb['confirm_action_txt'] = 'Confirm action';
$wb['delete_explanation'] = 'This action will delete the following number of records associated with this client';
$wb['btn_save_txt'] = 'Delete the client';
$wb['btn_cancel_txt'] = 'Cancel without deleting the client';
?>