From 98c390edb1b1f3c087bb5f43df928a6a1ac977a6 Mon Sep 17 00:00:00 2001 From: daobrien Date: Mon, 1 Feb 2021 11:42:20 +1000 Subject: [PATCH 1/2] Addresses #224 Update entry for life cycle. Remove reference to IBM guide because it conflicts with our own. Note that this version does not build because of an entity issue, but that's been fixed as part of a separate commit. --- en-US/L.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/en-US/L.xml b/en-US/L.xml index e319a43..1e2e109 100644 --- a/en-US/L.xml +++ b/en-US/L.xml @@ -100,9 +100,6 @@ adj. Hyphenate. - - See The IBM Style Guide for more information. - From af74d4059c9d9e15d73da6ce22bcfeb92676625d Mon Sep 17 00:00:00 2001 From: daobrien Date: Mon, 1 Feb 2021 12:45:35 +1000 Subject: [PATCH 2/2] Addresses #219 Update entry for "Button" Changed example text and added link to "Documenting the UI." Note that this doesn't build due to an entity issue but that's been fixed in another commit. --- 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 . +