aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wsutil/please_report_bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/please_report_bug.c b/wsutil/please_report_bug.c
index 31dc702e43..b23df9f61a 100644
--- a/wsutil/please_report_bug.c
+++ b/wsutil/please_report_bug.c
@@ -20,7 +20,7 @@ please_report_bug(void)
return
"Please report this to the Wireshark developers as a bug.\n"
"https://bugs.wireshark.org/\n"
- "(This is not a crash; please do not report it as being a crash.)";
+ "(This is not a crash; please do not say, in your report, that it is a crash.)";
}
/*