diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 720f7dc9..65d369d6 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -308,7 +308,7 @@ function show_domains { height=$(tput lines) # shellcheck disable=SC2068 - dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"" $((height-5)) $((width-5)) $((height-5)) "${W[@]}" 3>&2 2>&1 1>&3 + 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 } function show_domains_old {