Browse Source

Fix tooltip typo

spaghetti 8 years ago
parent
commit
99c839f1c3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/artist/artist.php

+ 1
- 1
sections/artist/artist.php View File

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

Loading…
Cancel
Save