Kaydet (Commit) cc89e15a authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Adolfo Jayme Barrientos

Clarifying which direction inserting rows/columns goes in

Also for consistency, 'Evenly' was replaced

Change-Id: Iaad8af6dbcf1d17b56245792216db91affea27aa
Reviewed-on: https://gerrit.libreoffice.org/15545Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst fc1605e4
......@@ -1061,7 +1061,7 @@
</node>
<node oor:name=".uno:InsertRows" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert ~Rows</value>
<value xml:lang="en-US">Insert ~Rows Above</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">~Rows</value>
......@@ -1072,7 +1072,7 @@
</node>
<node oor:name=".uno:InsertColumns" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert Co~lumns</value>
<value xml:lang="en-US">Insert Co~lumns Left</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Co~lumns</value>
......
......@@ -1104,7 +1104,7 @@
</node>
<node oor:name=".uno:InsertRows" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert Row</value>
<value xml:lang="en-US">Insert Row Below</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
......@@ -1120,7 +1120,7 @@
</node>
<node oor:name=".uno:InsertColumns" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert Column</value>
<value xml:lang="en-US">Insert Column Right</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
......@@ -1914,7 +1914,7 @@
</node>
<node oor:name=".uno:DistributeColumns" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Distribute Columns Evenly</value>
<value xml:lang="en-US">~Distribute Columns Equally</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment