Wordsmithing
This commit is contained in:
parent
aea80b05f3
commit
66dc7693d3
@ -192,7 +192,7 @@ if [ "$BSDINSTALL_CONFIGCURRENT" ]; then
|
||||
[ "$DEF_REGDOMAIN" = 0 ] && DEF_REGDOMAIN="<not selected>"
|
||||
[ "$DEF_COUNTRY" = 0 ] && DEF_COUNTRY="<not selected>"
|
||||
f_dialog_title "Regdomain/country"
|
||||
if f_yesno "Change regdomain/country (now $DEF_REGDOMAIN/$DEF_COUNTRY)?"
|
||||
if f_yesno "Change regdomain/country ($DEF_REGDOMAIN/$DEF_COUNTRY)?"
|
||||
then
|
||||
while :; do
|
||||
dialog_country_select "$DEF_REGDOMAIN" "$DEF_COUNTRY"
|
||||
|
Loading…
Reference in New Issue
Block a user