[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sc/source

Tsutomu Uchino hanya at apache.org
Sat Jan 18 08:07:33 PST 2014


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

New commits:
commit b363d736060a8ebe2117a37e0dfbd2e164f31db7
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Sat Jan 18 14:34:06 2014 +0000

    #i92785# fix label from Allow blank cells to Allow empty cells on Criteria tabl of Validity dialog
    
    Suggest By: joropo<joropo at pioneerwireless.net>

diff --git a/sc/source/ui/dbgui/validate.src b/sc/source/ui/dbgui/validate.src
index 9974f13..9a9662a 100644
--- a/sc/source/ui/dbgui/validate.src
+++ b/sc/source/ui/dbgui/validate.src
@@ -197,7 +197,7 @@ TabPage TP_VALIDATION_VALUES
         //-->Modified by PengYunQuan for Validity Cell Range Picker
         Size = MAP_APPFONT ( 174 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "Allow ~blank cells" ;
+        Text [ en-US ] = "Allow ~empty cells" ;
     };
     CheckBox CB_SHOWLIST
     {


More information about the Libreoffice-commits mailing list