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,7 +143,7 @@ View::show_header($Title, 'browse,comments,torrent,bbcode,recommend,cover_art,su
143 143
     <h2><?=$DisplayName?></h2>
144 144
     <div class="linkbox">
145 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 148
       <a href="torrents.php?action=history&amp;groupid=<?=$GroupID?>" class="brackets">View history</a>
149 149
 <?  if ($RevisionID && check_perms('site_edit_wiki')) { ?>
@@ -550,7 +550,7 @@ foreach ($TorrentList as $Torrent) {
550 550
 <?  } ?>
551 551
             | <a href="reportsv2.php?action=report&amp;id=<?=$TorrentID?>" class="tooltip" title="Report">RP</a>
552 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 555
   if (check_perms('torrents_delete') || $UserID == $LoggedUser['ID']) { ?>
556 556
             | <a href="torrents.php?action=delete&amp;torrentid=<?=$TorrentID ?>" class="tooltip" title="Remove">RM</a>

Loading…
Cancel
Save