gnumeric r16813 - in trunk: plugins/fn-stat src/dialogs
- From: guelzow svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16813 - in trunk: plugins/fn-stat src/dialogs
- Date: Sat, 20 Sep 2008 02:46:12 +0000 (UTC)
Author: guelzow
Date: Sat Sep 20 02:46:12 2008
New Revision: 16813
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16813&view=rev
Log:
2008-09-19 Andreas J. Guelzow <aguelzow pyrshep ca>
* dialog-function-select.c (describe_new_style): also show notes.
Modified:
trunk/plugins/fn-stat/functions.c
trunk/src/dialogs/ChangeLog
trunk/src/dialogs/dialog-function-select.c
Modified: trunk/plugins/fn-stat/functions.c
==============================================================================
--- trunk/plugins/fn-stat/functions.c (original)
+++ trunk/plugins/fn-stat/functions.c Sat Sep 20 02:46:12 2008
@@ -3891,8 +3891,8 @@
/***************************************************************************/
static GnmFuncHelp const help_linest[] = {
- { GNM_FUNC_HELP_NAME, F_("LINEST:multiple linear regression coefficients and statistics.") },
- { GNM_FUNC_HELP_ARG, F_("y:vector of values dependent variable.") },
+ { GNM_FUNC_HELP_NAME, F_("LINEST:determines multiple linear regression coefficients and statistics.") },
+ { GNM_FUNC_HELP_ARG, F_("y:vector of values of dependent variable.") },
{ GNM_FUNC_HELP_ARG, F_("x:array of values of independent variables, defaults to a single vector 1,...,n.") },
{ GNM_FUNC_HELP_ARG, F_("affine:if true, the model contains a constant term, defaults to true.") },
{ GNM_FUNC_HELP_ARG, F_("stats:if true, some additional statistics is provided, defaults to false") },
Modified: trunk/src/dialogs/dialog-function-select.c
==============================================================================
--- trunk/src/dialogs/dialog-function-select.c (original)
+++ trunk/src/dialogs/dialog-function-select.c Sat Sep 20 02:46:12 2008
@@ -394,6 +394,14 @@
ADD_TEXT ("\n");
break;
}
+ case GNM_FUNC_HELP_NOTE: {
+ const char *text = F_(help->text);
+ ADD_TEXT ("\n");
+ ADD_TEXT (_("Note: "));
+ ADD_TEXT (text);
+ ADD_TEXT ("\n");
+ break;
+ }
case GNM_FUNC_HELP_SEEALSO: {
const char *text = help->text; /* Not translated */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]