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>
This commit is contained in:
Guy Harris 2020-01-04 17:53:20 -08:00
parent 68a21c46f6
commit 56e2629c4d
1 changed files with 2 additions and 2 deletions

View File

@ -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.)";
}
/*