mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Fixed broken sorting in group.php (#1221)
* Fixed broken sorting in group.php * Update CHANGELOG.md
This commit is contained in:
parent
1da4d46822
commit
b5891ca663
7 changed files with 17 additions and 10 deletions
|
@ -532,7 +532,6 @@ $lang['SEARCH_USER_TOPICS'] = 'Find user topics'; // Find all topics by username
|
|||
$lang['NO_USER_ID_SPECIFIED'] = 'Sorry, but that user does not exist.';
|
||||
$lang['WRONG_PROFILE'] = 'You cannot modify a profile that is not your own.';
|
||||
|
||||
$lang['ONLY_ONE_AVATAR'] = 'Only one type of avatar can be specified';
|
||||
$lang['FILE_NO_DATA'] = 'The file at the URL you gave contains no data';
|
||||
$lang['NO_CONNECTION_URL'] = 'A connection could not be made to the URL you gave';
|
||||
$lang['INCOMPLETE_URL'] = 'The URL you entered is incomplete';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue