aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-01-04 17:53:20 -0800
committerGuy Harris <guy@alum.mit.edu>2020-01-05 01:54:23 +0000
commit56e2629c4d986338885de3b694135e3efd9d5ce2 (patch)
tree4705e53ff6c9a61274788eee92423f8f21523fb0
parent68a21c46f6b9e6e2a9c17e201fc5c130a8a6f492 (diff)
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 <guy@alum.mit.edu>
-rw-r--r--wsutil/please_report_bug.c4
1 files 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.)";
}
/*