From 3a78fb5d750ae462bf62d4568ad3a504a6db17a7 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Tue, 31 May 2022 01:01:40 +0200 Subject: 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 --- cui/uiconfig/ui/cuiimapdlg.ui | 6 ++++-- svx/uiconfig/ui/imapdialog.ui | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cui/uiconfig/ui/cuiimapdlg.ui b/cui/uiconfig/ui/cuiimapdlg.ui index 594e66fc7667..5618564cb5c3 100644 --- a/cui/uiconfig/ui/cuiimapdlg.ui +++ b/cui/uiconfig/ui/cuiimapdlg.ui @@ -242,7 +242,8 @@ True False True - Alternative _text: + _Text Alternative: + Enter a short description of essential features of the image map for persons who do not see the image. True textentry 0 @@ -262,7 +263,7 @@ True - Enter the text that you want to display when the mouse rests on the hotspot in a browser. + Enter the text that you want to display when the mouse rests on the hotspot in a browser. This text can also be used by assistive technologies. @@ -291,6 +292,7 @@ False True _Description: + Give a longer explanation of the image map if it is too complex to be described briefly in “Text Alternative.” True descTV 0 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 @@ True - Enter the text that you want to display when the mouse rests on the hotspot in a browser. + 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 @@ -530,7 +530,8 @@ True False start - Text: + _Text Alternative: + Enter a short description of essential features of the image map for persons who do not see the image. True text -- cgit