diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-12-30 04:26:33 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-12-30 04:26:33 +0000 |
commit | 3c2f7c883dd696d2d2243f721d54e0068e5a4175 (patch) | |
tree | 2781a3268c69989ef40b1ceecdc1839590869ee7 | |
parent | 815d6367c498f765ee6353d92a2dff6a7849b1df (diff) | |
download | wireshark-3c2f7c883dd696d2d2243f721d54e0068e5a4175.tar.gz wireshark-3c2f7c883dd696d2d2243f721d54e0068e5a4175.tar.bz2 wireshark-3c2f7c883dd696d2d2243f721d54e0068e5a4175.zip |
Clean up word wrapping a bit.
svn path=/trunk/; revision=40341
-rw-r--r-- | gtk/main_welcome.c | 4 |
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."); } |