|
@@ -242,7 +242,7 @@ foreach ($TorrentList as $Group) {
|
242
|
242
|
?>
|
243
|
243
|
<td class="center">
|
244
|
244
|
<div id="showimg_<?=$GroupID?>" class="<?=($ShowGroups ? 'hide' : 'show')?>_torrents">
|
245
|
|
- <a class="tooltip show_torrents_link" onclick="toggle_group(<?=$GroupID?>, this, event);" title="Toggle this group (Hole "Shift" to toggle all groups)"></a>
|
|
245
|
+ <a class="tooltip show_torrents_link" onclick="toggle_group(<?=$GroupID?>, this, event);" title="Toggle this group (Hold "Shift" to toggle all groups)"></a>
|
246
|
246
|
</div>
|
247
|
247
|
</td>
|
248
|
248
|
<td colspan="5" class="big_info">
|