diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-10-09 10:09:01 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-10-09 10:09:01 +0000 |
commit | eaf53fa895f8e5c4881316901a6575ff08296076 (patch) | |
tree | 32a181db6281f9c52a2a4caf011c377bdfa6240e /scaddins/source/analysis/analysis.src | |
parent | daf4eee4aaddf6fab08e7b07c01a2ae63b0c465a (diff) |
#90357# Conversion string->double for optional parameters
Diffstat (limited to 'scaddins/source/analysis/analysis.src')
-rw-r--r-- | scaddins/source/analysis/analysis.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src index 1bb6a8679e4c..d99a7fe46edf 100644 --- a/scaddins/source/analysis/analysis.src +++ b/scaddins/source/analysis/analysis.src @@ -2,9 +2,9 @@ * * $RCSfile: analysis.src,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: kz $ $Date: 2001-10-08 20:44:41 $ + * last change: $Author: dr $ $Date: 2001-10-09 11:06:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -862,7 +862,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS { String 1 // description Networkdays { - Text = "Liefert die Anzahl Tage in einem Zeitintervall"; + Text = "Liefert die Anzahl Werktage in einem Zeitintervall"; Text[ english ] = "Returns the number of whole workdays between to dates"; Text[ language_user1 ] = " "; Text[ english_us ] = "Returns the number of workdays between two dates"; |