From 48ad0ab9ce866e1f6aa651885337fde3ff8dbf07 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Sun, 24 Jul 2016 20:46:02 +0200 Subject: use consistent wording in data analysis functions Change-Id: Ic8bd4f8be1b3a5836e32f62fc5d102343f4ff34a Reviewed-on: https://gerrit.libreoffice.org/27489 Reviewed-by: jan iversen Tested-by: jan iversen --- source/text/scalc/01/statistics.xhp | 2 +- source/text/scalc/01/statistics_regression.xhp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/statistics.xhp b/source/text/scalc/01/statistics.xhp index 5b4c356557..72b67c3d9c 100644 --- a/source/text/scalc/01/statistics.xhp +++ b/source/text/scalc/01/statistics.xhp @@ -38,7 +38,7 @@ Sampling Create a table with data sampled from another table.
-Menu Data - Statistics - Sampling... +Choose Data - Statistics - Sampling
Sampling allows you to pick data from a source table to fill a target table. The sampling can be random or in a periodic basis. Sampling is done row-wise. That means, the sampled data will pick the whole line of the source table and copy into a line of the target table. diff --git a/source/text/scalc/01/statistics_regression.xhp b/source/text/scalc/01/statistics_regression.xhp index f02fee8446..658feb2d2a 100644 --- a/source/text/scalc/01/statistics_regression.xhp +++ b/source/text/scalc/01/statistics_regression.xhp @@ -41,9 +41,9 @@
-Menu Data - Statistics - Regression... +Choose Data - Statistics - Regression
-For more information, please visit the Wikipedia: http://en.wikipedia.org/wiki/Regression_analysis +For more information on regression analysis, refer to the corresponding Wikipedia article. -- cgit