From 24ca3c81482c0612d9960622785e5d489adf34d6 Mon Sep 17 00:00:00 2001 From: daobrien Date: Mon, 1 Feb 2021 12:50:38 +1000 Subject: [PATCH] Addresses #219 Update entry for "Button." Update example text and add link to Documenting the UI. --- en-US/B.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/en-US/B.xml b/en-US/B.xml index 611afd2..fcbedb5 100644 --- a/en-US/B.xml +++ b/en-US/B.xml @@ -419,8 +419,11 @@ Describe a GUI button as a "button," not a "pushbutton" or "push-button." - Ordinarily you would not include the text "button" in a procedure or description. For example, "Click OK to continue" is perfectly acceptable. It may be necessary to distinguish between buttons and links; for example, "Click the Unload button." + Ordinarily you would not include the text "button" in a procedure or description. For example, "Click OK to continue" is perfectly acceptable. It may be necessary to distinguish between buttons and links; for example, "Click the Download link." + + See also . +