diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-21 13:10:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-21 13:10:27 +0000 |
commit | 630f877f0ac0fe5f447a53bb76baba5e1d3aa0bb (patch) | |
tree | f2d4f6d844c38238f8cb95debae91c0caa211d74 | |
parent | 7957514d16acc4698887c0456e63d7e53c8457a4 (diff) | |
download | drakx-630f877f0ac0fe5f447a53bb76baba5e1d3aa0bb.tar drakx-630f877f0ac0fe5f447a53bb76baba5e1d3aa0bb.tar.gz drakx-630f877f0ac0fe5f447a53bb76baba5e1d3aa0bb.tar.bz2 drakx-630f877f0ac0fe5f447a53bb76baba5e1d3aa0bb.tar.xz drakx-630f877f0ac0fe5f447a53bb76baba5e1d3aa0bb.zip |
rephrase message (#14813)
-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; |