From 8afd0dcbe23846c12c830b2637db7993a0aa5942 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Tue, 10 May 2022 00:14:08 +0100 Subject: tdf#148941 consistency between popup box and option dialog for objects cui/uiconfig/ui/objecttitledescdialog.ui * change "Title" to "Text Alternative" to use the terminology from Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/TR/WCAG21/#dfn-text-alternative which is also consistent with the purpose of this option in LO + add tooltips to "Text Alternative" and "Description" in Description popup box. The idea is that the tooltips will help to understand the purpose of dialog. sw/uiconfig/swriter/ui/frmaddpage.ui * _Alternative (Text only) -> "Text _Alternative" [This change matches the change in the popup box] + add missing : to "vertical alignment", according to HIG officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu + add tooltips for the "Name" and "Description" .unos, primarily for the customize dialog, and icons in notebookbars. Change-Id: I1943b49e13763371823bfcf2cfc8652c907de110 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134066 Tested-by: Jenkins Reviewed-by: Seth Chaiklin --- cui/uiconfig/ui/objecttitledescdialog.ui | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/uiconfig/ui/objecttitledescdialog.ui b/cui/uiconfig/ui/objecttitledescdialog.ui index dbb6d72af080..bcd20675829e 100644 --- a/cui/uiconfig/ui/objecttitledescdialog.ui +++ b/cui/uiconfig/ui/objecttitledescdialog.ui @@ -89,8 +89,9 @@ True False - _Title: + _Text Alternative: True + Give a short description of non-text content for users who do not see this object. object_title_entry 0 @@ -125,6 +126,7 @@ False _Description: True + Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative” 0 -- cgit