From: Richard Kenner Date: Tue, 7 Apr 2020 20:12:29 +0000 (-0400) Subject: [Ada] Improve bug box customer language X-Git-Tag: basepoints/gcc-12~6878 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e64b845195e8d6685392bdd6322526cb33c476;p=thirdparty%2Fgcc.git [Ada] Improve bug box customer language 2020-06-16 Richard Kenner gcc/ada/ * comperr.adb (Compiler_Abort): Clarify message displayed to customers. --- diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 21962ce0dbf4..06fb0a478ccc 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -330,12 +330,12 @@ package body Comperr is End_Line; Write_Str - ("| alternatively submit a bug report by email " & - "to report@adacore.com,"); + ("| Or submit a bug report by email " & + "to report@adacore.com"); End_Line; Write_Str - ("| including your customer number #nnn " & + ("| and include your customer number #nnn " & "in the subject line."); End_Line; end if;