From 03f4fa5223c5bfe90d79bcf94f34ffd2d87d78d2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 21 Nov 2012 16:05:21 +0000 Subject: [PATCH] Make the "Invalid capture filter" message resemble that of other programs. svn path=/trunk/; revision=46107 --- dumpcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpcap.c b/dumpcap.c index 1a25654c06..7f7fc40788 100644 --- a/dumpcap.c +++ b/dumpcap.c @@ -4941,7 +4941,7 @@ report_cfilter_error(capture_options *capture_opts, guint i, const char *errmsg) */ interface_opts = g_array_index(capture_opts->ifaces, interface_options, i); cmdarg_err( - "Invalid capture filter: \"%s\" for interface %s!\n" + "Invalid capture filter \"%s\" for interface %s!\n" "\n" "That string isn't a valid capture filter (%s).\n" "See the User's Guide for a description of the capture filter syntax.",