aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-12-30 04:26:33 +0000
committerGuy Harris <guy@alum.mit.edu>2011-12-30 04:26:33 +0000
commit3c2f7c883dd696d2d2243f721d54e0068e5a4175 (patch)
tree2781a3268c69989ef40b1ceecdc1839590869ee7 /gtk
parent815d6367c498f765ee6353d92a2dff6a7849b1df (diff)
Clean up word wrapping a bit.
svn path=/trunk/; revision=40341
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main_welcome.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c
index cff29b2b14..4f6ba862eb 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -1255,7 +1255,7 @@ welcome_new(void)
"this system with the current configuration.\n\n"
"See Capture Help below for details.");
} else {
- label_text = g_strdup("WinPcap doesn't appear to be installed.\n"
+ label_text = g_strdup("WinPcap doesn't appear to be installed. "
"In order to capture packets, WinPcap\n"
"must be installed; see\n"
"\n"
@@ -1269,7 +1269,7 @@ welcome_new(void)
"\n"
" http://winpcap.cs.pu.edu.tw/\n"
"\n"
- "for a downloadable version of WinPcap\n"
+ "for a downloadable version of WinPcap "
"and for instructions on how to install\n"
"WinPcap.");
}