You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/02/01 23:06:14 UTC

[openoffice] branch trunk updated: Corrected small typo in Impress (Breaks -> Brakes).

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9aa1dfb  Corrected small typo in Impress (Breaks -> Brakes).
9aa1dfb is described below

commit 9aa1dfb3abf2c3ce7579b40f12db7173c2c7af92
Author: mseidel <ms...@apache.org>
AuthorDate: Wed Feb 2 00:01:19 2022 +0100

    Corrected small typo in Impress (Breaks -> Brakes).
    
    This partly fixes issue 102212.
---
 main/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/main/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
index 6190d20..436f76e 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
@@ -213,7 +213,7 @@
 			</node>
 			<node oor:name="ooo-entrance-breaks" oor:op="replace">
 				<prop oor:name="Label" oor:type="xs:string">
-					<value xml:lang="en-US">Put on the Breaks</value>
+					<value xml:lang="en-US">Put on the Brakes</value>
 					
 				</prop>
 			</node>
@@ -787,7 +787,7 @@
 			</node>
 			<node oor:name="ooo-exit-breaks" oor:op="replace">
 				<prop oor:name="Label" oor:type="xs:string">
-					<value xml:lang="en-US">Put on the Breaks</value>
+					<value xml:lang="en-US">Put on the Brakes</value>
 					
 				</prop>
 			</node>