Juan Carlos Raña 15 years ago
parent
commit
d4bf76fb95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/user/user.php

+ 1 - 1
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');