diff --git a/sections/torrents/details.php b/sections/torrents/details.php
index 35f7cea0..46cbb7b8 100644
--- a/sections/torrents/details.php
+++ b/sections/torrents/details.php
@@ -678,7 +678,7 @@ function filelist($Str) {
- [ =($HasFile ? 'DL' : 'Missing')?>
+ [ =($HasFile ? 'Download' : 'Missing')?>
if (Torrents::can_use_token($Torrent)) { ?>
| FL
} ?>
@@ -899,17 +899,14 @@ function filelist($Str) {
}
?>
-if (!$Youtube) {
- $show_yt = 'There is no youtube URL on this torrent.';
-} else {
- $show_yt = '';
-}
+if ($Youtube) {
?>
+}
//
// Matched Votes
include(SERVER_ROOT.'/sections/torrents/voter_picks.php');
|