public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Ada] Improve bug box customer language
@ 2020-06-16 13:07 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2020-06-16 13:07 UTC (permalink / raw)
  To: gcc-patches; +Cc: Richard Kenner

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

The language used in the bugbox for a customer to report an error
message is missing an upper-case for the start of a sentence and also
could be worded a bit clearer.

Tested on x86_64-pc-linux-gnu, committed on trunk

2020-06-16  Richard Kenner  <kenner@adacore.com>

gcc/ada/

	* comperr.adb (Compiler_Abort): Clarify message displayed to
	customers.

[-- Attachment #2: patch.diff --]
[-- Type: text/x-diff, Size: 677 bytes --]

--- gcc/ada/comperr.adb
+++ 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-06-16 13:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 13:07 [Ada] Improve bug box customer language Pierre-Marie de Rodat

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