diff options
-rw-r--r-- | mdk-stage1/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 5a2d56f18..a931ab8fb 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -395,7 +395,7 @@ static enum return_type setup_network_interface(struct interface_info * intf) char * bootprotos_auto[] = { "static", "dhcp", "adsl" }; char * choice; - results = ask_from_list_auto("Please choose the desired IP attribution.", bootprotos, &choice, "network", bootprotos_auto); + results = ask_from_list_auto("Please select your network connection type.", bootprotos, &choice, "network", bootprotos_auto); if (results != RETURN_OK) return results; |