summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-05-31 01:01:40 +0200
committerSeth Chaiklin <sdc.blanco@youmail.dk>2022-06-04 15:58:30 +0200
commit3a78fb5d750ae462bf62d4568ad3a504a6db17a7 (patch)
treefe110cc0c16ffac17436fc8b9978a3ec66e464e5 /svx
parente1fd98e4d5bb7290fa6f8213a3995fc15126d322 (diff)
tdf#148491 make Imagemap dialog consistent with Description
This patch is part of a general effort to use "Text Alternative" consistently in the UI. The control names in the Description dialog for Imagemap and the Imagemap dialog were both changed to "Text Alternative". Tooltips were also added for "Text Alternative" and "Description." No change was made to the extended tooltip for "Description", because this field is not exported to HTML at present (tdf#149013) Change-Id: I2c5931efec93cff6b1ff1bf905de770d939b9b93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135155 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/imapdialog.ui5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/imapdialog.ui b/svx/uiconfig/ui/imapdialog.ui
index 8de9fced749c..faea4d096736 100644
--- a/svx/uiconfig/ui/imapdialog.ui
+++ b/svx/uiconfig/ui/imapdialog.ui
@@ -492,7 +492,7 @@
<property name="truncate-multiline">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="text-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="imapdialog|extended_tip|text">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="imapdialog|extended_tip|text">Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text is also used by assistive technologies</property>
</object>
</child>
</object>
@@ -530,7 +530,8 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes" context="imapdialog|textft">Text:</property>
+ <property name="label" translatable="yes" context="imapdialog|textft">_Text Alternative:</property>
+ <property name="tooltip_text" translatable="yes" context="imapdialog|textft">Enter a short description of essential features of the image map for persons who do not see the image.</property>
<property name="use-underline">True</property>
<property name="mnemonic-widget">text</property>
</object>