From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/client/lib/lang/se_client_del.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/client/lib/lang/se_client_del.lng b/interface/web/client/lib/lang/se_client_del.lng index 4d16af6..0932e95 100644 --- a/interface/web/client/lib/lang/se_client_del.lng +++ b/interface/web/client/lib/lang/se_client_del.lng @@ -1,6 +1,7 @@ <?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'; +$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'; +$wb['confirm_client_delete_txt'] = 'Are you sure you want to delete this client?'; ?> -- Gitblit v1.9.1