[gnumeric] Fixed string styling
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Fixed string styling
- Date: Tue, 8 Mar 2011 08:39:26 +0000 (UTC)
commit f94bc5d917edb7f1fd6e1ec29cbd52b9c82d06a3
Author: Marek Ä?ernocký <marek manet cz>
Date: Tue Mar 8 09:39:17 2011 +0100
Fixed string styling
src/func-builtin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/func-builtin.c b/src/func-builtin.c
index 3b6e2fa..325ff3a 100644
--- a/src/func-builtin.c
+++ b/src/func-builtin.c
@@ -70,7 +70,7 @@ static GnmFuncHelp const help_product[] = {
{ GNM_FUNC_HELP_NAME, N_("PRODUCT:product of the given values")},
/* xgettext : see po-functions/README.translators */
{ GNM_FUNC_HELP_ARG, N_("values:a list of values to multiply")},
- { GNM_FUNC_HELP_DESCRIPTION, N_("Product computes the product of all the values and cells referenced in the argument list.")},
+ { GNM_FUNC_HELP_DESCRIPTION, N_("PRODUCT computes the product of all the values and cells referenced in the argument list.")},
{ GNM_FUNC_HELP_NOTE, N_("If all cells are empty, the result will be 0.") },
{ GNM_FUNC_HELP_EXCEL, N_("This function is Excel compatible.") },
{ GNM_FUNC_HELP_ODF, N_("This function is OpenFormula compatible.") },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]