Remove extra ")".

This commit is contained in:
kuriyama 2000-11-23 08:09:45 +00:00
parent 3aeab935cd
commit 3c81a4fab0
3 changed files with 3 additions and 3 deletions

View File

@ -567,7 +567,7 @@ installStandard(dialogMenuItem *self)
dialog_clear_norefresh(); 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)?")) "between interfaces)?"))
variable_set2("gateway_enable", "YES", 1); variable_set2("gateway_enable", "YES", 1);

View File

@ -567,7 +567,7 @@ installStandard(dialogMenuItem *self)
dialog_clear_norefresh(); 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)?")) "between interfaces)?"))
variable_set2("gateway_enable", "YES", 1); variable_set2("gateway_enable", "YES", 1);

View File

@ -567,7 +567,7 @@ installStandard(dialogMenuItem *self)
dialog_clear_norefresh(); 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)?")) "between interfaces)?"))
variable_set2("gateway_enable", "YES", 1); variable_set2("gateway_enable", "YES", 1);