summaryrefslogtreecommitdiffstats
path: root/templates/show_add_live_stream.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-23 07:09:45 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-23 07:09:45 +0000
commit4ad67656eb63a6c23b0e6caed619f463e0c14aec (patch)
tree4acf5de1b4ddb89e90b5e082f5ab481c50c7d15d /templates/show_add_live_stream.inc.php
parent216e691dfa53a28af8beca7aad2bf0ffb71dba2c (diff)
downloadampache-4ad67656eb63a6c23b0e6caed619f463e0c14aec.tar.gz
ampache-4ad67656eb63a6c23b0e6caed619f463e0c14aec.tar.bz2
ampache-4ad67656eb63a6c23b0e6caed619f463e0c14aec.zip
editing a live stream works now, added confirmation to live stream creation and also tweaked the create page to be slightly less wordy
Diffstat (limited to 'templates/show_add_live_stream.inc.php')
-rw-r--r--templates/show_add_live_stream.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/show_add_live_stream.inc.php b/templates/show_add_live_stream.inc.php
index 2533e777..059e852a 100644
--- a/templates/show_add_live_stream.inc.php
+++ b/templates/show_add_live_stream.inc.php
@@ -32,27 +32,27 @@
</td>
</tr>
<tr>
- <td><?php echo _('Station Homepage'); ?></td>
+ <td><?php echo _('Homepage'); ?></td>
<td>
<input type="text" name="site_url" value="<?php echo scrub_out($_REQUEST['site_url']); ?>" />
<?php Error::display('site_url'); ?>
</td>
</tr>
<tr>
- <td><?php echo _('Station URL'); ?></td>
+ <td><?php echo _('Stream URL'); ?></td>
<td>
<input type="text" name="url" value="<?php echo scrub_out($_REQUEST['url']); ?>" />
<?php Error::display('url'); ?>
</td>
</tr>
<tr>
- <td><?php echo _('Station Frequency'); ?></td>
+ <td><?php echo _('Frequency'); ?></td>
<td>
<input type="text" name="frequency" value="<?php echo scrub_out($_REQUEST['frequency']); ?>" />
</td>
</tr>
<tr>
- <td><?php echo _('Station call-sign'); ?></td>
+ <td><?php echo _('Callsign'); ?></td>
<td>
<input type="text" name="call_sign" value="<?Php echo scrub_out($_REQUEST['call_sign']); ?>" />
</td>