diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 8770495f..6411c5d8 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -41,7 +41,7 @@ UPGRADE_SCRIPT_NAME="${PROJECT_NAME}-upgrade" function any_key { echo ' ' - read -n1 -r -p "Press any key to continue..." key + read -n1 -r -p $"Press any key to continue..." key } function check_for_updates { @@ -834,7 +834,7 @@ function menu_media { trap "rm -f $data" 0 1 2 5 15 dialog --backtitle $"Freedombone Control Panel" \ --title $"Media Menu" \ - --radiolist $"Choose an operation:" 13 70 2 \ + --radiolist $"Choose an operation:" 13 70 3 \ 1 $"Attach a drive containing playable media" off \ 2 $"Remove a drive containing playable media" off \ 3 $"Exit" on 2> $data