From b1d78e81e734bf9a9f37bfe231e7d64c80af7c49 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 15 Oct 2009 12:18:51 +0000 Subject: [PATCH] Fixed erroneous message. --- gl/manage/gl_account_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/manage/gl_account_types.php b/gl/manage/gl_account_types.php index b152e2c..b0898e1 100644 --- a/gl/manage/gl_account_types.php +++ b/gl/manage/gl_account_types.php @@ -108,7 +108,7 @@ if ($Mode == 'Delete') if (can_delete($selected_id)) { delete_account_type($selected_id); - display_notification(_('Selected currency has been deleted')); + display_notification(_('Selected account group has been deleted')); } $Mode = 'RESET'; } -- 2.30.2