officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   18 
+++-------
 1 file changed, 6 insertions(+), 12 deletions(-)

New commits:
commit 7de4a9f479018e3bd8c4b59cb57b2870195edf18
Author:     Heiko Tietze <[email protected]>
AuthorDate: Wed Jun 25 09:14:28 2025 +0200
Commit:     Heiko Tietze <[email protected]>
CommitDate: Thu Jun 26 09:58:30 2025 +0200

    Resolves tdf#166723 - Misleading use of the word "reinstate"
    
    Change-Id: Iccb79b4c5ee9a5e2ea633942c423ca2411e418ad
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186932
    Reviewed-by: Heiko Tietze <[email protected]>
    Tested-by: Jenkins
    (cherry picked from commit 7aae69d7c9fd4133234600a232cfc30785cc808c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187016

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 19a9b4ed7f20..dd8b4b54e69d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -253,10 +253,10 @@
       </node>
       <node oor:name=".uno:ReinstateTrackedChangeToNext" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate and Move to Next</value>
+          <value xml:lang="en-US">Reject but Track and Move to Next</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate Track Change and select the next 
one</value>
+          <value xml:lang="en-US">Reject tracked change but keep it and select 
the next one</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -278,13 +278,10 @@
       </node>
       <node oor:name=".uno:ReinstateAllTrackedChanges" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate All</value>
+          <value xml:lang="en-US">Reject but Track All</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate All Tracked Changes</value>
-        </prop>
-        <prop oor:name="PopupLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate All Changes</value>
+          <value xml:lang="en-US">Reject all tracked changes but keep 
them</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -331,13 +328,10 @@
       </node>
       <node oor:name=".uno:ReinstateTrackedChange" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate</value>
+          <value xml:lang="en-US">Reject but Track</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate Track Change</value>
-        </prop>
-        <prop oor:name="PopupLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Reinstate Change</value>
+          <value xml:lang="en-US">Reject tracked change but keep it</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>

Reply via email to