Bob Mottram 9 anos atrás
pai
commit
142103b32d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel Ver arquivo

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