From 56e2629c4d986338885de3b694135e3efd9d5ce2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 4 Jan 2020 17:53:20 -0800 Subject: Rewrite the "please submit" message a bit. Say "as a bug" upfront, and clarify that "please do not report it as such" doesn't mean "please do not report this at all" (even though we say "please report this" earlier), it means "please do not report this as being a crash". Change-Id: I2656c4c13e90fcf41d00a4b6ab3c2f2998f55fd6 Reviewed-on: https://code.wireshark.org/review/35647 Reviewed-by: Guy Harris --- wsutil/please_report_bug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsutil/please_report_bug.c b/wsutil/please_report_bug.c index f05067ac87..31dc702e43 100644 --- a/wsutil/please_report_bug.c +++ b/wsutil/please_report_bug.c @@ -18,9 +18,9 @@ const char * please_report_bug(void) { return - "Please report this to the Wireshark developers.\n" + "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 such.)"; + "(This is not a crash; please do not report it as being a crash.)"; } /* -- cgit v1.2.3