Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=da7a19a7cdc69c3aff8c9290e0cdb12d4fd19186

commit da7a19a7cdc69c3aff8c9290e0cdb12d4fd19186
Author: Priyank <[EMAIL PROTECTED]>
Date:   Thu Mar 27 11:38:47 2008 +0530

netconfig.c: s/Enter interface name/Select interface
* We don't get the interface name from user anymore.
* instead we let the user select one from the list.

diff --git a/netconfig/netconfig.c b/netconfig/netconfig.c
index 4b00eff..edf05a9 100644
--- a/netconfig/netconfig.c
+++ b/netconfig/netconfig.c
@@ -160,7 +160,7 @@ int dialog_config(int argc, char **argv)
{
iface = dialog_getiface(_("We'll need the name of the interface you'd like to 
use for your network connection.\n"
"If unsure, just hit enter.\n"
-               "Enter interface name:"));
+               "Select interface:"));
snprintf(newinterface->name, IF_NAMESIZE, iface);
newprofile->interfaces = g_list_append(newprofile->interfaces, newinterface);
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to