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

commit 9ec9f15499c788eba8532e793659e16a331fc505
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Fri Jan 18 19:25:33 2008 +0100

netconfig/dialog_config(): whitespace fix
reported by ironiq

diff --git a/netconfig/netconfig.c b/netconfig/netconfig.c
index 63f2c72..8301029 100644
--- a/netconfig/netconfig.c
+++ b/netconfig/netconfig.c
@@ -210,8 +210,8 @@ int dialog_config(int argc, char **argv)
if(strlen(ptr))
snprintf(newinterface->gateway, FWNET_GW_MAX_SIZE, "default gw %s", ptr);
FWUTIL_FREE(ptr);
-               dns = fwdialog_ask(_("Select nameserver"), _("Please give the 
IP address of the name server to use. You can"
-                       "add more Domain Name Servers later by editing 
/etc/sysconfig/network/default.\n"
+               dns = fwdialog_ask(_("Select nameserver"), _("Please give the 
IP address of the name server to use. You "
+                       "can add more Domain Name Servers later by editing 
/etc/sysconfig/network/default.\n"
"If you don't have a name server on your network just hit enter, without 
entering any ip address."),
NULL);
newprofile->dnses = g_list_append(newprofile->dnses, dns);
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to