Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
6ac012fac9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config Parādīt failu

954
        68 $"Vietnamese")
954
        68 $"Vietnamese")
955
 
955
 
956
     # shellcheck disable=SC2068
956
     # shellcheck disable=SC2068
957
-    selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)
957
+    selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
958
 
958
 
959
     if [ ! "$selection" ]; then
959
     if [ ! "$selection" ]; then
960
         selection='1'
960
         selection='1'