diff options
author | Richard Kenner <kenner@adacore.com> | 2020-04-07 16:12:29 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-06-16 09:07:18 -0400 |
commit | 27e64b845195e8d6685392bdd6322526cb33c476 (patch) | |
tree | 3dfa035c54e149e42a22538e962d1b59b8feff5c | |
parent | e8bb6ff9598cd9586a4b447abfddc3b5727559f9 (diff) | |
download | gcc-27e64b845195e8d6685392bdd6322526cb33c476.zip gcc-27e64b845195e8d6685392bdd6322526cb33c476.tar.gz gcc-27e64b845195e8d6685392bdd6322526cb33c476.tar.bz2 |
[Ada] Improve bug box customer language
2020-06-16 Richard Kenner <kenner@adacore.com>
gcc/ada/
* comperr.adb (Compiler_Abort): Clarify message displayed to
customers.
-rw-r--r-- | gcc/ada/comperr.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 21962ce..06fb0a4 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; |