From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/client/lib/lang/ro_client_del.lng | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/client/lib/lang/ro_client_del.lng b/interface/web/client/lib/lang/ro_client_del.lng index 4d16af6..a826d64 100644 --- a/interface/web/client/lib/lang/ro_client_del.lng +++ b/interface/web/client/lib/lang/ro_client_del.lng @@ -1,6 +1,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'; +$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'; ?> -- Gitblit v1.9.1