This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new e6eb29b Corrected small typo in Impress (Breaks -> Brakes).
e6eb29b is described below
commit e6eb29b3438ddbfe42d3dc6ef4a7dd69b4f5d51d
Author: mseidel <[email protected]>
AuthorDate: Wed Feb 2 00:01:19 2022 +0100
Corrected small typo in Impress (Breaks -> Brakes).
This partly fixes issue 102212.
(cherry picked from commit 9aa1dfb3abf2c3ce7579b40f12db7173c2c7af92)
---
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>