diff --git a/application/controllers/Radio.php b/application/controllers/Radio.php
index 6bdad93f2..0d04aed1d 100644
--- a/application/controllers/Radio.php
+++ b/application/controllers/Radio.php
@@ -40,11 +40,11 @@
if ($query->num_rows() > 0)
{
echo "";
- echo " Radio ";
- echo "Frequency ";
- echo "Mode ";
- echo "Timestamp " ;
- echo "Options ";
+ echo "" . __("Radio") . " ";
+ echo "" . __("Frequency") . " ";
+ echo "" . __("Mode") . " ";
+ echo "" . __("Timestamp") . " " ;
+ echo "" . __("Options") . " ";
echo "
= __("Below is a list of active radios that are connected to Wavelog."); ?>
= __("If you haven't connected any radios yet, see the API page to generate API keys."); ?>
++ = __("Info"); ?> = sprintf(__("You can find out how to use the %s in the wiki."), '' . __("radio functions") . ''); ?> +
- = __("Info"); ?> = sprintf(__("You can find out how to use the %s in the wiki."), '' . __("radio functions") . ''); ?> -
-