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

commit 26824520d4a591f3aa21abce799c50f160c69e80
Author: Russell Dickenson (AKA phayz) <ph...@frugalware.org>
Date:   Thu Aug 12 06:01:04 2010 +1000

Added spacing where necessary

modified:   netconfig.c

diff --git a/netconfig/netconfig.c b/netconfig/netconfig.c
index 73e7116..dd951c0 100644
--- a/netconfig/netconfig.c
+++ b/netconfig/netconfig.c
@@ -193,9 +193,9 @@ int dialog_config(int argc, char **argv)
}
if(!strcmp(nettype, "dhcp"))
{
-               ptr = fwdialog_ask(_("Set DHCP hostname"), _("Some network 
providers require that the DHCP hostname be"
-                       "set in order to connect. If so, they'll have assigned 
a hostname to your machine. If you were"
-                       "assigned a DHCP hostname, please enter it below. If 
you do not have a DHCP hostname, just"
+               ptr = fwdialog_ask(_("Set DHCP hostname"), _("Some network 
providers require that the DHCP hostname be "
+                       "set in order to connect. If so, they'll have assigned 
a hostname to your machine. If you were "
+                       "assigned a DHCP hostname, please enter it below. If 
you do not have a DHCP hostname, just "
"hit enter."), NULL);
if(strlen(ptr))
snprintf(newinterface->dhcp_opts, PATH_MAX, "-t 10 -h %s\n", ptr);
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to