[gnumeric] Help: mark Excel compability string for translation.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] Help: mark Excel compability string for translation.
- Date: Sat, 4 Jul 2009 19:08:26 +0000 (UTC)
commit e458cd30e26399169b1cdfd7b06fc5949db5aca9
Author: Morten Welinder <terra gnome org>
Date: Sat Jul 4 15:07:30 2009 -0400
Help: mark Excel compability string for translation.
plugins/fn-string/functions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-string/functions.c b/plugins/fn-string/functions.c
index 7334193..8a1ec63 100644
--- a/plugins/fn-string/functions.c
+++ b/plugins/fn-string/functions.c
@@ -314,7 +314,7 @@ gnumeric_leftb (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
static GnmFuncHelp const help_lower[] = {
{ GNM_FUNC_HELP_NAME, F_("LOWER:a lower-case version of the string @{text}.")},
{ GNM_FUNC_HELP_ARG, F_("text:string")},
- { GNM_FUNC_HELP_EXCEL, "This function is Excel compatible."},
+ { GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.")},
{ GNM_FUNC_HELP_EXAMPLES, "=LOWER(\"J. F. Kennedy\")" },
{ GNM_FUNC_HELP_EXAMPLES, "=LOWER(\"L\xc3\x89VY\")" },
{ GNM_FUNC_HELP_SEEALSO, "UPPER"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]