[gnumeric] fn-math: unicode version of previous fix.



commit 68122e9a35f13b2047f69d4cc38d40bd5d0b6409
Author: Morten Welinder <terra gnome org>
Date:   Tue May 25 19:12:11 2010 -0400

    fn-math: unicode version of previous fix.

 plugins/fn-math/functions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index a314f0c..b0a1c53 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -412,7 +412,7 @@ static GnmFuncHelp const help_atan2[] = {
         { GNM_FUNC_HELP_ARG, F_("y:y-coordinate")},
         { GNM_FUNC_HELP_ARG, F_("x:x-coordinate")},
         { GNM_FUNC_HELP_DESCRIPTION, F_("ATAN2 calculates the direction from the origin to (@{x},@{y}) as an angle in radians.")},
-	{ GNM_FUNC_HELP_NOTE, F_("The result will be between -pi and +pi.")},
+	{ GNM_FUNC_HELP_NOTE, F_("The result will be between \xcf\x80 and +\xcf\x80.")},
 	{ GNM_FUNC_HELP_NOTE, F_("The order of the arguments may be unexpected.")},
 	{ GNM_FUNC_HELP_EXCEL, F_("This function is Excel compatible.") },
         { GNM_FUNC_HELP_EXAMPLES, "=ATAN2(0.5,1.0)" },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]