[Libreoffice-commits] .: Branch 'feature/calc-empty-string-config' - sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Jul 23 18:32:05 PDT 2012


 sc/source/ui/optdlg/calcoptionsdlg.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3dd8abf895611d00220da40ed6fa1dbabe8f3a31
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Mon Jul 23 21:32:47 2012 -0400

    More helpful description for this option.
    
    Change-Id: Ib9399719d3d055c98108811cfb29dfd6f6dd9095

diff --git a/sc/source/ui/optdlg/calcoptionsdlg.src b/sc/source/ui/optdlg/calcoptionsdlg.src
index 235ec0e..4c53229 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.src
+++ b/sc/source/ui/optdlg/calcoptionsdlg.src
@@ -125,7 +125,7 @@ ModalDialog RID_SCDLG_FORMULA_CALCOPTIONS
 
     String STR_EMPTY_STRING_AS_ZERO_DESC
     {
-        Text [ en-US ] = "Blah.";
+        Text [ en-US ] = "This option determines whether or not an empty string is to be treated as having a value of zero when used in arithmetic.";
     };
 
     String STR_TRUE


More information about the Libreoffice-commits mailing list