From 27e64b845195e8d6685392bdd6322526cb33c476 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 7 Apr 2020 16:12:29 -0400 Subject: [PATCH] [Ada] Improve bug box customer language 2020-06-16 Richard Kenner gcc/ada/ * comperr.adb (Compiler_Abort): Clarify message displayed to customers. --- gcc/ada/comperr.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 21962ce0dbf..06fb0a478cc 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; -- 2.30.2