mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #370 allow sorting declared documents by latest report date
This commit is contained in:
parent
cd80bcb3a7
commit
7956a878d5
5 changed files with 85 additions and 20 deletions
|
|
@ -90,6 +90,9 @@ $lang->default_message_verbs['copy'] = 'copies';
|
|||
$lang->default_message_verbs['delete'] = 'deletes';
|
||||
$lang->default_message_verbs['trash'] = 'deletes';
|
||||
$lang->improper_document_declare = 'Report an improper document';
|
||||
$lang->original_date = 'Original date';
|
||||
$lang->declared_count = 'Report count';
|
||||
$lang->latest_declared_date = 'Last reported date';
|
||||
$lang->declaring_user = 'Reporter';
|
||||
$lang->improper_document_declare_reason = 'Reason';
|
||||
$lang->improper_document_reasons['advertisement'] = 'Advertisements that do not fit the topics or themes.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue