Bob Mottram 7 лет назад
Родитель
Сommit
f30d7e82b1
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Просмотреть файл

308
     height=$(tput lines)
308
     height=$(tput lines)
309
 
309
 
310
     # shellcheck disable=SC2068
310
     # shellcheck disable=SC2068
311
-    dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"" $((height-5)) $((width-5)) $((height-5)) "${W[@]}" 3>&2 2>&1 1>&3
311
+    dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"Use Shift+cursors to select and copy onion addresses" $((height-4)) $((width-4)) $((height-4)) "${W[@]}" 3>&2 2>&1 1>&3
312
 }
312
 }
313
 
313
 
314
 function show_domains_old {
314
 function show_domains_old {