From 630f877f0ac0fe5f447a53bb76baba5e1d3aa0bb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 21 Mar 2005 13:10:27 +0000 Subject: rephrase message (#14813) --- mdk-stage1/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/network.c') 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; -- cgit v1.2.1