sfx2/uiconfig/ui/descriptioninfopage.ui |   37 +++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

New commits:
commit 075b4f44b966a8799ee937e4e5a009d498c7aba4
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Mon Jan 22 01:41:32 2024 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Mon Jan 22 08:42:07 2024 +0100

    tdf#157868 Add accessible descriptions to new Dublin Core metadata boxes
    
    that were still missing them.
    
    See also: 
https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#section-3
    
    Change-Id: I7f76d2c5598aa53bc6faf6afa5f5e60788ae7ef9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162357
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <[email protected]>

diff --git a/sfx2/uiconfig/ui/descriptioninfopage.ui 
b/sfx2/uiconfig/ui/descriptioninfopage.ui
index e5383b583487..3b4ba17fe3ab 100644
--- a/sfx2/uiconfig/ui/descriptioninfopage.ui
+++ b/sfx2/uiconfig/ui/descriptioninfopage.ui
@@ -247,7 +247,7 @@
         <property name="truncate-multiline">True</property>
         <child internal-child="accessible">
           <object class="AtkObject" id="contributor-atkobject">
-            <property name="AtkObject::accessible-description" 
translatable="yes" 
context="descriptioninfopage|extended_tip|contributor">contributor accessible 
description</property>
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|contributor">Enter 
information about persons or organizations contributing to the 
document.</property>
           </object>
         </child>
       </object>
@@ -262,6 +262,11 @@
         <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="truncate-multiline">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="coverage-atkobject">
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|coverage">Enter 
information about geographic coverage of the document.</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>
@@ -274,6 +279,11 @@
         <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="truncate-multiline">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="identifier-atkobject">
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|identifier">Enter 
information to unambiguously identify the document.</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>
@@ -286,6 +296,11 @@
         <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="truncate-multiline">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="publisher-atkobject">
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|publisher">Enter 
information about the publisher of the document.</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>
@@ -298,6 +313,11 @@
         <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="truncate-multiline">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="relation-atkobject">
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|relation">Enter 
information about a resource related to the document.</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>
@@ -310,6 +330,11 @@
         <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="truncate-multiline">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="rights-atkobject">
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|rights">Enter 
information about intellectual property rights associated with the 
document.</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>
@@ -322,6 +347,11 @@
         <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="truncate-multiline">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="source-atkobject">
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|source">Enter 
information about a related resource from which the document is derived 
from.</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>
@@ -334,6 +364,11 @@
         <property name="can-focus">True</property>
         <property name="hexpand">True</property>
         <property name="truncate-multiline">True</property>
+        <child internal-child="accessible">
+          <object class="AtkObject" id="type-atkobject">
+            <property name="AtkObject::accessible-description" 
translatable="yes" context="descriptioninfopage|extended_tip|type">Enter 
information about the nature or genre of the document.</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>

Reply via email to