cui/uiconfig/ui/eventsconfigpage.ui   |    2 +-
 cui/uiconfig/ui/macroassignpage.ui    |    2 +-
 sw/uiconfig/swriter/ui/fldfuncpage.ui |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a8fda337a88ca4d47218efa9ee44e7bfd590d30c
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Sun Mar 31 10:43:00 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Fri Apr 12 15:34:49 2024 +0200

    Add the strings "dialog" after "Macro Selector" in extended tips
    
    because the Macro Selector is the dialog name.
    
    Change-Id: I3e766016279f85c47eca8a6abf8b5dde4cc6a538
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165487
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/cui/uiconfig/ui/eventsconfigpage.ui 
b/cui/uiconfig/ui/eventsconfigpage.ui
index acdf91c4df48..8a679d77c6ec 100644
--- a/cui/uiconfig/ui/eventsconfigpage.ui
+++ b/cui/uiconfig/ui/eventsconfigpage.ui
@@ -66,7 +66,7 @@
                     <property name="use-underline">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="macro-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="eventsconfigpage|extended_tip|macro">Opens the 
Macro Selector to assign a macro to the selected event.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="eventsconfigpage|extended_tip|macro">Opens the 
Macro Selector dialog to assign a macro to the selected event.</property>
                       </object>
                     </child>
                   </object>
diff --git a/cui/uiconfig/ui/macroassignpage.ui 
b/cui/uiconfig/ui/macroassignpage.ui
index 24395c840c6c..a444c231f760 100644
--- a/cui/uiconfig/ui/macroassignpage.ui
+++ b/cui/uiconfig/ui/macroassignpage.ui
@@ -138,7 +138,7 @@
                 <property name="use-underline">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="assign-atkobject">
-                    <property name="AtkObject::accessible-description" 
translatable="yes" context="macroassignpage|extended_tip|assign">Opens the 
Macro Selector to assign a macro to the selected event.</property>
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="macroassignpage|extended_tip|assign">Opens the 
Macro Selector dialog to assign a macro to the selected event.</property>
                   </object>
                 </child>
               </object>
diff --git a/sw/uiconfig/swriter/ui/fldfuncpage.ui 
b/sw/uiconfig/swriter/ui/fldfuncpage.ui
index 042727bc4542..8773a89d57bd 100644
--- a/sw/uiconfig/swriter/ui/fldfuncpage.ui
+++ b/sw/uiconfig/swriter/ui/fldfuncpage.ui
@@ -259,7 +259,7 @@
             <property name="use_underline">True</property>
             <child internal-child="accessible">
               <object class="AtkObject" id="macro-atkobject">
-                <property name="AtkObject::accessible-description" 
translatable="yes" context="fldfuncpage|extended_tip|macro">Opens the Macro 
Selector, where you can choose the macro that will run when you click the 
selected field in the document.</property>
+                <property name="AtkObject::accessible-description" 
translatable="yes" context="fldfuncpage|extended_tip|macro">Opens the Macro 
Selector dialog, where you can choose the macro that will run when you click 
the selected field in the document.</property>
               </object>
             </child>
           </object>

Reply via email to