Browse Source

! Change the title of the memberlist from 'Username' to 'Name' as per http://www.simplemachines.org/community/index.php?topic=491640.0

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
15ffd9e3c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Memberlist.php

+ 1 - 1
Sources/Memberlist.php

@@ -70,7 +70,7 @@ function Memberlist()
 			),
 		),
 		'real_name' => array(
-			'label' => $txt['username'],
+			'label' => $txt['name'],
 			'sort' => array(
 				'down' => 'mem.real_name DESC',
 				'up' => 'mem.real_name ASC'