pjc 5 years ago
parent
commit
d5d9280b38
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      classes/torrent_form.class.php

+ 3
- 3
classes/torrent_form.class.php View File

215
             }
215
             }
216
         } ?>
216
         } ?>
217
 
217
 
218
-      <!-- Rules notice (displays just before submit) -->
218
+      <!-- Rules notice and submit button -->
219
       <tr>
219
       <tr>
220
         <td colspan="2" style="text-align: center;">
220
         <td colspan="2" style="text-align: center;">
221
           <p>Be sure that your torrent is approved by the <a href="rules.php?p=upload" target="_blank">rules</a>.
221
           <p>Be sure that your torrent is approved by the <a href="rules.php?p=upload" target="_blank">rules</a>.
229
           <input id="post" type="submit"
229
           <input id="post" type="submit"
230
           <?php
230
           <?php
231
             if ($this->NewTorrent) {
231
             if ($this->NewTorrent) {
232
-                echo ' value="Upload torrent"';
232
+                echo ' value="Upload"';
233
             } else {
233
             } else {
234
-                echo ' value="Edit torrent"';
234
+                echo ' value="Edit"';
235
             } ?>
235
             } ?>
236
           />
236
           />
237
         </td>
237
         </td>

Loading…
Cancel
Save