source/text/scalc/01/statistics_test_t.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ab10c28fab4226c0270c9870561094af4dbca01d Author: Rafael Lima <[email protected]> AuthorDate: Mon Mar 27 11:32:33 2023 +0000 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Mar 27 18:20:56 2023 +0000 Related tdf#151309 Use t-test instead of T Test As discussed in the ticket, we should use "t-test" instead of "T Test". A previous patch fixed the occurrences in the UI. This patch fixes this only occurrence in the help files. Actually the entire text uses "t-test" but the page title uses "T Test". So here I made the page title better match the title used in the heading <h1>. Change-Id: I50d8814af5d4f93568aca7e5c299d95664bdb582 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149607 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/scalc/01/statistics_test_t.xhp b/source/text/scalc/01/statistics_test_t.xhp index 917f92862c..36b016bda7 100644 --- a/source/text/scalc/01/statistics_test_t.xhp +++ b/source/text/scalc/01/statistics_test_t.xhp @@ -10,7 +10,7 @@ <meta> <topic id="tteststat" indexer="include" status="PUBLISH"> -<title xml-lang="en-US" id="tit">T Test Statistics in Calc</title> +<title xml-lang="en-US" id="tit">Paired t-test in Calc</title> <filename>/text/scalc/01/statistics_test_t.xhp</filename> </topic> </meta>
