summaryrefslogtreecommitdiffstats
path: root/radio.php
diff options
context:
space:
mode:
Diffstat (limited to 'radio.php')
-rw-r--r--radio.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/radio.php b/radio.php
index 2f27c05f..fa88a1c9 100644
--- a/radio.php
+++ b/radio.php
@@ -59,7 +59,7 @@ switch ($_REQUEST['action']) {
require_once Config::get('prefix') . '/templates/show_add_live_stream.inc.php';
}
else {
- $body = _('Radio Station Added');
+ $body = T_('Radio Station Added');
$title = '';
show_confirmation($title,$body,Config::get('web_path') . '/index.php');
}