[ticket/8309] Moving key to get keys in alphabetical order

PHPBB3-8309
This commit is contained in:
geetakshi 2014-03-16 14:27:34 +05:30
parent 0bf758f00f
commit 6a1967514d

View file

@ -85,6 +85,7 @@ $lang = array_merge($lang, array(
'IM_USER' => 'Send an instant message',
'LAST_ACTIVE' => 'Last active',
'LAST_ACTIVITY' => 'Last activity',
'LESS_THAN' => 'Less than',
'LIST_USERS' => array(
1 => '%d user',
@ -135,5 +136,4 @@ $lang = array_merge($lang, array(
'USERS_PER_PAGE' => 'Users per page',
'VIEWING_PROFILE' => 'Viewing profile - %s',
'LAST_ACTIVITY' => 'Last activity',
));