Browse Source

Clarify report messages

spaghetti 7 years ago
parent
commit
ebe7cec91a
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      sections/reportsv2/array.php

+ 2
- 1
sections/reportsv2/array.php View File

32
         'upload' => '0',
32
         'upload' => '0',
33
         'warn' => '0',
33
         'warn' => '0',
34
         'delete' => '1',
34
         'delete' => '1',
35
-        'pm' => '[rule]r1.1.3[/rule]. Your torrent was reported becasue it was a duplicate of another torrent.'
35
+        'pm' => '[rule]r1.1.4[/rule]. Your torrent was reported because it was a duplicate of another torrent.'
36
       )
36
       )
37
     ),
37
     ),
38
     'banned' => array(
38
     'banned' => array(
40
       'reason' => '14',
40
       'reason' => '14',
41
       'title' => 'Specifically Banned',
41
       'title' => 'Specifically Banned',
42
       'report_messages' => array(
42
       'report_messages' => array(
43
+        'Note that this report form is for content that is banned by name, not content that breaks a general uploading rule.',
43
         'Please specify exactly which entry on the Do Not Upload list this is violating.'
44
         'Please specify exactly which entry on the Do Not Upload list this is violating.'
44
       ),
45
       ),
45
       'report_fields' => array(
46
       'report_fields' => array(

Loading…
Cancel
Save