diff --git a/application/controllers/Radio.php b/application/controllers/Radio.php
index abec048eb..17937fe09 100644
--- a/application/controllers/Radio.php
+++ b/application/controllers/Radio.php
@@ -140,7 +140,7 @@ class Radio extends CI_Controller {
echo " " . __("You can still set a default radio using the WebSocket option.") . " " . __("You can still set the WebSocket option as your default radio.") . "";
echo " ";
@@ -329,7 +329,7 @@ class Radio extends CI_Controller {
$this->release_default_radio();
}
- $this->session->set_flashdata('message', __("Radio Profile Deleted"));
+ $this->session->set_flashdata('message', __("Radio removed successfully"));
session_write_close();
redirect('radio');
diff --git a/application/views/radio/index.php b/application/views/radio/index.php
index 8b6ad2417..39841d46a 100644
--- a/application/views/radio/index.php
+++ b/application/views/radio/index.php
@@ -27,7 +27,7 @@
";
echo "
= __("As a normal user, you can set a default radio for yourself. This allows you to have a default radio that is automatically selected when you log in, while still being able to use other radios if you want."); ?>
- = __("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 %sradio functions%s in the wiki."), '', ''); ?>