This commit is contained in:
Bob Mottram 2015-12-03 14:52:31 +00:00
parent 69225e70c4
commit 142103b32d
1 changed files with 2 additions and 2 deletions

View File

@ -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