diff --git a/capture.c b/capture.c index 88a2ea14f7..462028a240 100644 --- a/capture.c +++ b/capture.c @@ -1,7 +1,7 @@ /* capture.c * Routines for packet capture windows * - * $Id: capture.c,v 1.201 2002/12/31 21:12:55 guy Exp $ + * $Id: capture.c,v 1.202 2003/01/01 03:51:02 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1487,8 +1487,8 @@ capture(gboolean *stats_known, struct pcap_stat *stats) "The capture session could not be initiated (%s).\n" "Please check that you have the proper interface specified.\n" "\n" - "Note that the driver Ethereal uses for packet capture on Windows\n" - "doesn't support capturing on PPP/WAN interfaces in Windows NT/2000/XP/.NET Server.\n", + "Note that the driver Ethereal uses for packet capture on Windows doesn't\n" + "support capturing on PPP/WAN interfaces in Windows NT/2000/XP/.NET Server.\n", open_err_str); goto error; #else diff --git a/tethereal.c b/tethereal.c index 0c81b2b56e..4be098132f 100644 --- a/tethereal.c +++ b/tethereal.c @@ -1,6 +1,6 @@ /* tethereal.c * - * $Id: tethereal.c,v 1.175 2002/12/31 22:42:45 guy Exp $ + * $Id: tethereal.c,v 1.176 2003/01/01 03:51:02 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1020,8 +1020,8 @@ capture(int out_file_type) "The capture session could not be initiated (%s).\n" "Please check that you have the proper interface specified.\n" "\n" - "Note that the driver Tethereal uses for packet capture on Windows\n" - "doesn't support capturing on PPP/WAN interfaces in Windows NT/2000/XP/.NET Server.\n", + "Note that the driver Tethereal uses for packet capture on Windows doesn't\n" + "support capturing on PPP/WAN interfaces in Windows NT/2000/XP/.NET Server.\n", open_err_str); goto error; #else