[Libreoffice-commits] core.git: sc/source

yjw9012 yjw9012 at gmail.com
Mon Dec 30 12:02:57 PST 2013


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

New commits:
commit d7f51933c4b01183f7da923b6ee1475a004cc3a5
Author: yjw9012 <yjw9012 at gmail.com>
Date:   Mon Dec 30 10:21:34 2013 -0600

    fdo#72995: Changed label to 'Formula cell must contain a formula.'
    
    Change-Id: Iaa8528985935549f0ef1bdc96edfbde7d9b104c9
    Reviewed-on: https://gerrit.libreoffice.org/7234
    Reviewed-by: Kohei Yoshida <libreoffice at kohei.us>
    Tested-by: Kohei Yoshida <libreoffice at kohei.us>

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index ee46a95..1944470 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -2047,7 +2047,7 @@ Resource RID_GLOBSTR
     };
     String STR_NOFORMULA
     {
-        Text [ en-US ] = "Cell must contain a formula." ;
+        Text [ en-US ] = "Formula cell must contain a formula." ;
     };
     String STR_INVALIDINPUT
     {


More information about the Libreoffice-commits mailing list