Browse Source

Clarify torrent edit button text

spaghetti 8 years ago
parent
commit
fa8e9bfddf
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sections/torrents/details.php

+ 2
- 2
sections/torrents/details.php View File

143
     <h2><?=$DisplayName?></h2>
143
     <h2><?=$DisplayName?></h2>
144
     <div class="linkbox">
144
     <div class="linkbox">
145
 <?  if (check_perms('site_edit_wiki')) { ?>
145
 <?  if (check_perms('site_edit_wiki')) { ?>
146
-      <a href="torrents.php?action=editgroup&amp;groupid=<?=$GroupID?>" class="brackets">Edit description</a>
146
+      <a href="torrents.php?action=editgroup&amp;groupid=<?=$GroupID?>" class="brackets">Edit group</a>
147
 <?  } ?>
147
 <?  } ?>
148
       <a href="torrents.php?action=history&amp;groupid=<?=$GroupID?>" class="brackets">View history</a>
148
       <a href="torrents.php?action=history&amp;groupid=<?=$GroupID?>" class="brackets">View history</a>
149
 <?  if ($RevisionID && check_perms('site_edit_wiki')) { ?>
149
 <?  if ($RevisionID && check_perms('site_edit_wiki')) { ?>
550
 <?  } ?>
550
 <?  } ?>
551
             | <a href="reportsv2.php?action=report&amp;id=<?=$TorrentID?>" class="tooltip" title="Report">RP</a>
551
             | <a href="reportsv2.php?action=report&amp;id=<?=$TorrentID?>" class="tooltip" title="Report">RP</a>
552
 <?  if ($CanEdit) { ?>
552
 <?  if ($CanEdit) { ?>
553
-            | <a href="torrents.php?action=edit&amp;id=<?=$TorrentID ?>" class="tooltip" title="Edit">ED</a>
553
+            | <a href="torrents.php?action=edit&amp;id=<?=$TorrentID ?>" class="tooltip" title="Edit release">ED</a>
554
 <?  }
554
 <?  }
555
   if (check_perms('torrents_delete') || $UserID == $LoggedUser['ID']) { ?>
555
   if (check_perms('torrents_delete') || $UserID == $LoggedUser['ID']) { ?>
556
             | <a href="torrents.php?action=delete&amp;torrentid=<?=$TorrentID ?>" class="tooltip" title="Remove">RM</a>
556
             | <a href="torrents.php?action=delete&amp;torrentid=<?=$TorrentID ?>" class="tooltip" title="Remove">RM</a>

Loading…
Cancel
Save