Bob Mottram 9 년 전
부모
커밋
142103b32d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel 파일 보기

41
 
41
 
42
 function any_key {
42
 function any_key {
43
     echo ' '
43
     echo ' '
44
-    read -n1 -r -p "Press any key to continue..." key
44
+    read -n1 -r -p $"Press any key to continue..." key
45
 }
45
 }
46
 
46
 
47
 function check_for_updates {
47
 function check_for_updates {
834
         trap "rm -f $data" 0 1 2 5 15
834
         trap "rm -f $data" 0 1 2 5 15
835
         dialog --backtitle $"Freedombone Control Panel" \
835
         dialog --backtitle $"Freedombone Control Panel" \
836
                --title $"Media Menu" \
836
                --title $"Media Menu" \
837
-               --radiolist $"Choose an operation:" 13 70 2 \
837
+               --radiolist $"Choose an operation:" 13 70 3 \
838
                1 $"Attach a drive containing playable media" off \
838
                1 $"Attach a drive containing playable media" off \
839
                2 $"Remove a drive containing playable media" off \
839
                2 $"Remove a drive containing playable media" off \
840
                3 $"Exit" on 2> $data
840
                3 $"Exit" on 2> $data