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 /sw | |
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 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/frmaddpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/frmaddpage.ui b/sw/uiconfig/swriter/ui/frmaddpage.ui index e92baba25750..33870a33bcd4 100644 --- a/sw/uiconfig/swriter/ui/frmaddpage.ui +++ b/sw/uiconfig/swriter/ui/frmaddpage.ui @@ -92,7 +92,7 @@ <object class="GtkLabel" id="altname_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="frmaddpage|altname_label">_Alternative (Text only):</property> + <property name="label" translatable="yes" context="frmaddpage|altname_label">Text _Alternative:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">altname</property> <property name="xalign">0</property> @@ -331,7 +331,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="frmaddpage|label2">_Vertical alignment</property> + <property name="label" translatable="yes" context="frmaddpage|label2">_Vertical alignment:</property> <property name="use_underline">True</property> </object> <packing> |