mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Wordsmithing
This commit is contained in:
parent
a9d334210f
commit
b46ca7cefe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue