From d4bf76fb95307043a20386ea062ad67765366b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Thu, 29 Oct 2009 23:21:27 +0100 Subject: [PATCH] fix text --- main/user/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/user/user.php b/main/user/user.php index 9cbd170396..56df5277de 100644 --- a/main/user/user.php +++ b/main/user/user.php @@ -604,7 +604,7 @@ if (api_is_allowed_to_edit()) { $table->set_header($header_nr++, get_lang('Active'), false); $table->set_column_filter(9, 'active_filter'); //actions column - $table->set_header($header_nr++, get_lang('Modify'), false); + $table->set_header($header_nr++, get_lang('Action'), false); $table->set_column_filter($header_nr-1, 'modify_filter'); if (api_is_allowed_to_edit()) { $table->set_form_actions(array('unsubscribe' => get_lang('Unreg')), 'user');