public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] [Ada] Improve bug box customer language
@ 2020-08-22 22:39 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 22:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:27a8acc431bc9cece557c7227be9f7786c942078

commit 27a8acc431bc9cece557c7227be9f7786c942078
Author: Richard Kenner <kenner@adacore.com>
Date:   Tue Apr 7 16:12:29 2020 -0400

    [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.

Diff:
---
 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-22 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 22:39 [gcc/devel/autopar_devel] [Ada] Improve bug box customer language Giuliano Belinassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).