diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-11-18 09:40:30 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-11-18 10:12:20 +0100 |
commit | 7137f1de0c227bb33997436ec5e64bea05d1b6b5 (patch) | |
tree | 30f885ddc994030760d986d0804b1c5717551cae | |
parent | efd47e8d208604d311f39ebddb5f51a1dc46d6e0 (diff) |
Fix HTML page title
Change-Id: I8241c7a36fb419c687bc950b23d7bc6b736522b0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159580
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/swriter/01/view_resolved_comments.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/01/view_resolved_comments.xhp b/source/text/swriter/01/view_resolved_comments.xhp index ca53379e49..4746bde607 100644 --- a/source/text/swriter/01/view_resolved_comments.xhp +++ b/source/text/swriter/01/view_resolved_comments.xhp @@ -11,7 +11,7 @@ <meta> <topic id="textswriter01view_resolved_comments" indexer="include" status="PUBLISH"> - <title id="tit">page_title</title> + <title id="tit">View Resolved Comments</title> <filename>/text/swriter/01/view_resolved_comments.xhp</filename> </topic> </meta> |