mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove extra ")".
This commit is contained in:
parent
0b32bab160
commit
d83edf4e44
3 changed files with 3 additions and 3 deletions
|
|
@ -567,7 +567,7 @@ nodisks:
|
|||
dialog_clear_norefresh();
|
||||
}
|
||||
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
|
|
|
|||
|
|
@ -567,7 +567,7 @@ nodisks:
|
|||
dialog_clear_norefresh();
|
||||
}
|
||||
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
|
|
|
|||
|
|
@ -567,7 +567,7 @@ nodisks:
|
|||
dialog_clear_norefresh();
|
||||
}
|
||||
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets)\n"
|
||||
if (msgYesNo("Will this machine be a leaf node (e.g. will not forward packets\n"
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue