[ooo-build-commit] patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Fri May 29 14:09:50 PDT 2009


 patches/dev300/apply                            |    3 +++
 patches/dev300/calc-menu-manual-page-break.diff |   22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

New commits:
commit cd5ec41435fde9d2a6023806ea0788e771f8092c
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri May 29 17:09:58 2009 -0400

    Replace the wording 'Manual Break' with 'Page Break' in Calc's menu.
    
    Calling it page break is more intuitive than 'manual break'.
    
    * patches/dev300/apply:
    * patches/dev300/calc-menu-manual-page-break.diff:

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 0a36bf2..13630f2 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -832,6 +832,9 @@ calc-dp-default-new-sheet.diff, i#50886, kohei
 # always use OOo address convention when parsing address in DDE function.
 calc-dde-always-ooo-conv.diff, n#442143, i#101041, kohei
 
+# Replace 'Manual Break' with 'Page Break' in menu texts.
+calc-menu-manual-page-break.diff, kohei
+
 # make biffdumper build
 fix-biffdumper.diff, noelpwer
 
diff --git a/patches/dev300/calc-menu-manual-page-break.diff b/patches/dev300/calc-menu-manual-page-break.diff
new file mode 100644
index 0000000..92f6e4f
--- /dev/null
+++ b/patches/dev300/calc-menu-manual-page-break.diff
@@ -0,0 +1,22 @@
+diff --git officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+index 561590d..9146d65 100644
+--- officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
++++ officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+@@ -1495,7 +1495,7 @@
+ 			</node>
+ 			<node oor:name=".uno:InsertBreakMenu" oor:op="replace">
+ 				<prop oor:name="Label" oor:type="xs:string">
+-					<value xml:lang="en-US">~Manual Break</value>
++					<value xml:lang="en-US">Page ~Break</value>
+ 				</prop>
+ 			</node>
+ 			<node oor:name=".uno:DataMenu" oor:op="replace">
+@@ -1505,7 +1505,7 @@
+ 			</node>
+ 			<node oor:name=".uno:DelBreakMenu" oor:op="replace">
+ 				<prop oor:name="Label" oor:type="xs:string">
+-					<value xml:lang="en-US">Delete Manual ~Break</value>
++					<value xml:lang="en-US">Delete Page ~Break</value>
+ 				</prop>
+ 			</node>
+ 			<node oor:name=".uno:FillCellsMenu" oor:op="replace">


More information about the ooo-build-commit mailing list