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,7 +32,7 @@ $Types = array(
32 32
         'upload' => '0',
33 33
         'warn' => '0',
34 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 38
     'banned' => array(
@@ -40,6 +40,7 @@ $Types = array(
40 40
       'reason' => '14',
41 41
       'title' => 'Specifically Banned',
42 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 44
         'Please specify exactly which entry on the Do Not Upload list this is violating.'
44 45
       ),
45 46
       'report_fields' => array(

Loading…
Cancel
Save