spaghetti 8 years ago
parent
commit
4ed111fb57
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/torrents/takedelete.php

+ 1
- 1
sections/torrents/takedelete.php View File

@@ -37,7 +37,7 @@ if (time_ago($Time) > 3600 * 24 * 7 && !check_perms('torrents_delete')) {
37 37
 }
38 38
 
39 39
 if ($Snatches > 4 && !check_perms('torrents_delete')) {
40
-  error('Torrent cannot be deleted because it has been snatched by more than 4 people. If you think there is as problem, contact staff.');
40
+  error('Torrent cannot be deleted because it has been snatched by more than 4 people. If you think there is a problem, contact staff.');
41 41
 }
42 42
 
43 43
 if ($ArtistName) {

Loading…
Cancel
Save