[Libreoffice-commits] help.git: Branch 'libreoffice-6-2' - source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 20 00:36:22 UTC 2018
source/text/scalc/00/sheet_menu.xhp | 4 ++--
source/text/scalc/01/04040000.xhp | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 8aef24ea353e04d75360d0b94ccbca6c6c8e9635
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
AuthorDate: Sun Nov 18 11:54:25 2018 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Nov 20 01:36:03 2018 +0100
update commands to insert column before/after active column
Change-Id: Ie633d63e70103f2eda88a677e72c7e91482e5ac0
Reviewed-on: https://gerrit.libreoffice.org/63523
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
(cherry picked from commit 33e5103fa682d5597b154bf952f543f1292171f7)
Reviewed-on: https://gerrit.libreoffice.org/63617
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/source/text/scalc/00/sheet_menu.xhp b/source/text/scalc/00/sheet_menu.xhp
index 41a7be2f7..f192d0775 100644
--- a/source/text/scalc/00/sheet_menu.xhp
+++ b/source/text/scalc/00/sheet_menu.xhp
@@ -28,8 +28,8 @@
<paragraph id="hd_id160220162108024368" role="heading" level="1" xml-lang="en-US">Sheet Menu</paragraph>
<paragraph id="par_id160220162106567373" role="paragraph" xml-lang="en-US"><variable id="insert_rows_above">Choose <emph>Sheet - Insert Rows - Rows Above</emph>.</variable></paragraph>
<paragraph id="par_id160220162109048207" role="paragraph" xml-lang="en-US"><variable id="insert_rows_below">Choose <emph>Sheet - Insert Rows - Rows Below</emph>.</variable></paragraph>
-<paragraph id="par_id160220162107055028" role="paragraph" xml-lang="en-US"><variable id="insert_columns_left">Choose <emph>Sheet - Insert Columns - Columns Left</emph>.</variable></paragraph>
-<paragraph id="par_id160220162109126013" role="paragraph" xml-lang="en-US"><variable id="insert_columns_right">Choose <emph>Sheet - Insert Columns - Columns Right</emph>.</variable></paragraph>
+<paragraph id="par_id160220162107055028" role="paragraph" xml-lang="en-US"><variable id="insert_columns_left">Choose <emph>Sheet - Insert Columns - Columns Before</emph>.</variable></paragraph>
+<paragraph id="par_id160220162109126013" role="paragraph" xml-lang="en-US"><variable id="insert_columns_right">Choose <emph>Sheet - Insert Columns - Columns After</emph>.</variable></paragraph>
<paragraph role="paragraph" id="par_id3149095" xml-lang="en-US"><variable id="insert_page_break">Choose <emph>Sheet - Insert Page Break</emph>.</variable></paragraph>
<paragraph role="paragraph" id="par_id3149398" xml-lang="en-US"><variable id="insert_page_break_row">Choose <emph>Sheet - Insert Page Break - Row Break</emph>.</variable></paragraph>
<paragraph role="paragraph" id="par_id3150084" xml-lang="en-US"><variable id="insert_page_break_column">Choose <emph>Sheet - Insert Page Break - Column Break</emph>.</variable></paragraph>
diff --git a/source/text/scalc/01/04040000.xhp b/source/text/scalc/01/04040000.xhp
index 721f65829..51655661e 100644
--- a/source/text/scalc/01/04040000.xhp
+++ b/source/text/scalc/01/04040000.xhp
@@ -42,15 +42,15 @@
<paragraph id="hd_id3155628" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/04040000.xhp" name="Insert Columns">Insert Columns</link></paragraph>
<paragraph id="par_id160220162214111932" role="paragraph" xml-lang="en-US"><variable id="sheet_insert_columns">Inserts columns to the left or to the right of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right.</paragraph>
-<paragraph id="hd_id160220162139258865" role="heading" level="2" xml-lang="en-US">Columns Left</paragraph>
-<paragraph id="par_id3150791" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsBefore">Inserts a new column to the left of the active cell.</ahelp></paragraph>
+<paragraph id="hd_id160220162139258865" role="heading" level="2" xml-lang="en-US">Columns Before</paragraph>
+<paragraph id="par_id3150791" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsBefore">Inserts a new column before the active cell.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/scalc/00/sheet_menu.xhp#insert_columns_left"/>
</section>
-<paragraph id="hd_id160220162139252941" role="heading" level="2" xml-lang="en-US">Columns Right</paragraph>
-<paragraph id="par_id160220162138041164" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsAfter">Inserts a new column to the right of the active cell.</ahelp></paragraph>
+<paragraph id="hd_id160220162139252941" role="heading" level="2" xml-lang="en-US">Columns After</paragraph>
+<paragraph id="par_id160220162138041164" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsAfter">Inserts a new column after the active cell.</ahelp></paragraph>
<section id="howtoget">
<embed href="text/scalc/00/sheet_menu.xhp#insert_columns_right"/>
More information about the Libreoffice-commits
mailing list