|
@@ -239,7 +239,7 @@ View::show_header(($NewRequest ? 'Create a request' : 'Edit a request'), 'bbcode
|
239
|
239
|
</tr>
|
240
|
240
|
<? } elseif (!empty($GroupID) && ($CategoryID != 5) && ($CategoryID != 0)) { ?>
|
241
|
241
|
<tr>
|
242
|
|
- <td class="label">Torrent group</td>
|
|
242
|
+ <td class="label">Torrent Group</td>
|
243
|
243
|
<td>
|
244
|
244
|
<a href="torrents.php?id=<?=$GroupID?>"><?=site_url()?>torrents.php?id=<?=$GroupID?></a><br />
|
245
|
245
|
This request <?=($NewRequest ? 'will be' : 'is')?> associated with the above torrent group.
|