sw/uiconfig/swriter/ui/frmtypepage.ui |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 8a82a7cb706796c5fc5638b7364d438fb41c59a7
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Fri Sep 6 14:01:17 2024 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Fri Sep 6 19:41:01 2024 +0200

    Related: tdf#149085 fix IDs in context attributes
    
    Change-Id: Ieb7d89e8a0304782bf32e2169230de1e3eabf446
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172943
    Tested-by: Jenkins
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/sw/uiconfig/swriter/ui/frmtypepage.ui 
b/sw/uiconfig/swriter/ui/frmtypepage.ui
index 76bcaf1cd9b8..ba3348579d9d 100644
--- a/sw/uiconfig/swriter/ui/frmtypepage.ui
+++ b/sw/uiconfig/swriter/ui/frmtypepage.ui
@@ -611,7 +611,7 @@
                 <property name="column-spacing">18</property>
                 <child>
                   <object class="GtkCheckButton" id="protectcontent">
-                    <property name="label" translatable="yes" 
context="frmaddpage|protectcontent">_Contents</property>
+                    <property name="label" translatable="yes" 
context="frmtypepage|protectcontent">_Contents</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">False</property>
@@ -620,7 +620,7 @@
                     <property name="draw-indicator">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="protectcontent-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="frmaddpage|extended_tip|protectcontent">Prevents 
changes to the contents of the selected item.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="frmtypepage|extended_tip|protectcontent">Prevents 
changes to the contents of the selected item.</property>
                       </object>
                     </child>
                   </object>
@@ -631,7 +631,7 @@
                 </child>
                 <child>
                   <object class="GtkCheckButton" id="protectframe">
-                    <property name="label" translatable="yes" 
context="frmaddpage|protectframe">P_osition</property>
+                    <property name="label" translatable="yes" 
context="frmtypepage|protectframe">P_osition</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">False</property>
@@ -639,7 +639,7 @@
                     <property name="draw-indicator">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="protectframe-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="frmaddpage|extended_tip|protectframe">Locks the 
position of the selected item in the current document.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="frmtypepage|extended_tip|protectframe">Locks the 
position of the selected item in the current document.</property>
                       </object>
                     </child>
                   </object>
@@ -650,7 +650,7 @@
                 </child>
                 <child>
                   <object class="GtkCheckButton" id="protectsize">
-                    <property name="label" translatable="yes" 
context="frmaddpage|protectsize">_Size</property>
+                    <property name="label" translatable="yes" 
context="frmtypepage|protectsize">_Size</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">False</property>
@@ -658,7 +658,7 @@
                     <property name="draw-indicator">True</property>
                     <child internal-child="accessible">
                       <object class="AtkObject" id="protectsize-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="frmaddpage|extended_tip|protectsize">Locks the size 
of the selected item.</property>
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="frmtypepage|extended_tip|protectsize">Locks the 
size of the selected item.</property>
                       </object>
                     </child>
                   </object>
@@ -673,7 +673,7 @@
               <object class="GtkLabel" id="label8">
                 <property name="visible">True</property>
                 <property name="can-focus">False</property>
-                <property name="label" translatable="yes" 
context="frmaddpage|label8">Protect</property>
+                <property name="label" translatable="yes" 
context="frmtypepage|label8">Protect</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>

Reply via email to