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