Tidying
This commit is contained in:
parent
69225e70c4
commit
142103b32d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue