diff options
author | Eike Rathke <erack@redhat.com> | 2023-01-11 17:07:10 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-01-11 16:11:57 +0000 |
commit | f36d8f6aea8b08f63e62a98f8ef76294e7cf7cec (patch) | |
tree | 611aa129100820a32705f7d864a6263eddf516b7 /source/text/scalc | |
parent | e933fe90675132335452d25f4ddb01d0798f3553 (diff) |
Adjust End and Shift+End shortcut description to reality
It's the last column with data in any row, not the last cell with
data in the current row.
Change-Id: Ib5e719ed6b50c2c5f2b48a8d4cad8bd9f52a3cac
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145355
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/04/01020000.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/04/01020000.xhp b/source/text/scalc/04/01020000.xhp index 62e8ce37c3..ce6020f32c 100644 --- a/source/text/scalc/04/01020000.xhp +++ b/source/text/scalc/04/01020000.xhp @@ -82,7 +82,7 @@ <paragraph role="tablecontent" id="hd_id3149897" xml-lang="en-US">End</paragraph> </tablecell> <tablecell> - <paragraph role="tablecontent" id="par_id3155095" xml-lang="en-US">Moves the cursor to the last cell that contains values in the current row.</paragraph> + <paragraph role="tablecontent" id="par_id3155095" xml-lang="en-US">Moves the cursor to the last column that contains data in any row.</paragraph> </tablecell> </tablerow> <tablerow> @@ -98,7 +98,7 @@ <paragraph role="tablecontent" id="hd_id4149897" xml-lang="en-US">Shift+End</paragraph> </tablecell> <tablecell> - <paragraph role="tablecontent" id="par_id4155095" xml-lang="en-US">Selects all cells from the current cell to the last cell that contains values in the current row.</paragraph> + <paragraph role="tablecontent" id="par_id4155095" xml-lang="en-US">Selects all cells from the current cell to the last column that contains data in any row.</paragraph> </tablecell> </tablerow> <tablerow> |