diff options
Diffstat (limited to 'radio.php')
-rw-r--r-- | radio.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); } |