diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-10 00:14:08 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-12 12:48:55 +0200 |
commit | 8afd0dcbe23846c12c830b2637db7993a0aa5942 (patch) | |
tree | f7aa81213ebed467e28607603fbe46c7ed6f733e /cui | |
parent | 70034096f20ab545e52e683e3a97b4b8f41ec4a8 (diff) |
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 <sdc.blanco@youmail.dk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/objecttitledescdialog.ui | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <object class="GtkLabel" id="object_title_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="objecttitledescdialog|object_title_label">_Title:</property> + <property name="label" translatable="yes" context="objecttitledescdialog|object_title_label">_Text Alternative:</property> <property name="use_underline">True</property> + <property name="tooltip_text" translatable="yes" context="objecttitledescdialog|object_title_label|tooltip_text">Give a short description of non-text content for users who do not see this object.</property> <property name="mnemonic_widget">object_title_entry</property> <property name="xalign">0</property> </object> @@ -125,6 +126,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="objecttitledescdialog|desc_label">_Description:</property> <property name="use_underline">True</property> + <property name="tooltip_text" translatable="yes" context="objecttitledescdialog|desc_label|tooltip_text">Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”</property> <property name="xalign">0</property> </object> <packing> |