diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2024-01-06 20:47:52 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-01-08 02:00:31 +0100 |
commit | b8ebc9e3984754dd292a79c028727d6db4501e55 (patch) | |
tree | 016d6afa7dd8a45c73aed80fd683186e97e83657 /source/text/shared | |
parent | 2ad868517906b24dfbe86df1be2286352778c3d2 (diff) |
fix row/column mistakes
Change-Id: I180183a27e3fb2ea060ed7ea08bfaea5874941ce
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161725
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/DeleteColumns.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/EntireColumn.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/EntireRow.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/01/DeleteColumns.xhp b/source/text/shared/01/DeleteColumns.xhp index f28a7f4f73..6ffcdf36c6 100644 --- a/source/text/shared/01/DeleteColumns.xhp +++ b/source/text/shared/01/DeleteColumns.xhp @@ -11,7 +11,7 @@ <meta> <topic id="textshared01DeleteColumnsxhp" indexer="include" status="PUBLISH"> - <title id="tit">Rows</title> + <title id="tit">Columns</title> <filename>/text/shared/01/DeleteColumns.xhp</filename> </topic> </meta> diff --git a/source/text/shared/01/EntireColumn.xhp b/source/text/shared/01/EntireColumn.xhp index d9089556f5..983882e3d4 100644 --- a/source/text/shared/01/EntireColumn.xhp +++ b/source/text/shared/01/EntireColumn.xhp @@ -11,7 +11,7 @@ <meta> <topic id="textshared01EntireColumnxhp" indexer="include" status="PUBLISH"> - <title id="tit">Rows</title> + <title id="tit">Columns</title> <filename>/text/shared/01/EntireColumn.xhp</filename> </topic> </meta> diff --git a/source/text/shared/01/EntireRow.xhp b/source/text/shared/01/EntireRow.xhp index 5a272b7bb7..8d2eb21d6a 100644 --- a/source/text/shared/01/EntireRow.xhp +++ b/source/text/shared/01/EntireRow.xhp @@ -19,7 +19,7 @@ <bookmark id="bm_id891693687739389" branch="hid/.uno:EntireRow" localize="false"/> <section id="entire_row"> <h1 id="hd_id941693687739390"><variable id="h1"><link href="text/shared/01/EntireRow.xhp">Row</link></variable></h1> - <paragraph id="par_idN10616" role="paragraph">Selects the entire column.</paragraph> + <paragraph id="par_idN10616" role="paragraph">Selects the entire row.</paragraph> </section> <section id="howtoget"> <embed href="text/swriter/00/00000405.xhp#select_row"/> |