cui/uiconfig/ui/cuiimapdlg.ui                                        |    2 +-
 cui/uiconfig/ui/objecttitledescdialog.ui                             |    4 
++--
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a5ece3a525466198c91633af3b9e0d6edfe9802f
Author:     Heiko Tietze <heiko.tie...@documentfoundation.org>
AuthorDate: Sat Sep 23 14:14:47 2023 +0300
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Sun Sep 24 18:51:32 2023 +0200

    Resolves tdf#155044 - Rename "Description" to "Alt Text"
    
    Change-Id: Idc6602c6dfc7c6c8703fb8fc643665d7149486a0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157183
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/cui/uiconfig/ui/cuiimapdlg.ui b/cui/uiconfig/ui/cuiimapdlg.ui
index 5618564cb5c3..870839b8c82a 100644
--- a/cui/uiconfig/ui/cuiimapdlg.ui
+++ b/cui/uiconfig/ui/cuiimapdlg.ui
@@ -242,7 +242,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="hexpand">True</property>
-                    <property name="label" translatable="yes" 
context="cuiimapdlg|label4">_Text Alternative:</property>
+                    <property name="label" translatable="yes" 
context="cuiimapdlg|label4">Alt _Text:</property>
                     <property name="tooltip_text" translatable="yes" 
context="cuiimapdlg|label4">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">textentry</property>
diff --git a/cui/uiconfig/ui/objecttitledescdialog.ui 
b/cui/uiconfig/ui/objecttitledescdialog.ui
index e2cc8f1330ba..bcb121dc7797 100644
--- a/cui/uiconfig/ui/objecttitledescdialog.ui
+++ b/cui/uiconfig/ui/objecttitledescdialog.ui
@@ -12,7 +12,7 @@
   <object class="GtkDialog" id="ObjectTitleDescDialog">
     <property name="can-focus">False</property>
     <property name="border-width">6</property>
-    <property name="title" translatable="yes" 
context="objecttitledescdialog|ObjectTitleDescDialog">Description</property>
+    <property name="title" translatable="yes" 
context="objecttitledescdialog|ObjectTitleDescDialog">Alt Text</property>
     <property name="modal">True</property>
     <property name="default-width">0</property>
     <property name="default-height">0</property>
@@ -90,7 +90,7 @@
                 <property name="visible">True</property>
                 <property name="can-focus">False</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="label" translatable="yes" 
context="objecttitledescdialog|object_title_label">_Text Alternative:</property>
+                <property name="label" translatable="yes" 
context="objecttitledescdialog|object_title_label">Text:</property>
                 <property name="use-underline">True</property>
                 <property name="mnemonic-widget">object_title_entry</property>
                 <property name="xalign">0</property>
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index d21f7ebd7a07..b31c153d6dc5 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -7252,7 +7252,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:ObjectTitleDescription" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Description...</value>
+          <value xml:lang="en-US">Alt Text...</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
           <value xml:lang="en-US">Add descriptions of non-text content (for 
accessibility)</value>

Reply via email to