Author: hanya
Date: Sat Jan 18 14:34:06 2014
New Revision: 1559347

URL: http://svn.apache.org/r1559347
Log:
#i92785# fix label from Allow blank cells to Allow empty cells on Criteria tabl 
of Validity dialog

Suggest By: joropo<jor...@pioneerwireless.net>

Modified:
    openoffice/trunk/main/helpcontent2/source/text/scalc/01/12120100.xhp
    openoffice/trunk/main/sc/source/ui/dbgui/validate.src

Modified: openoffice/trunk/main/helpcontent2/source/text/scalc/01/12120100.xhp
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/helpcontent2/source/text/scalc/01/12120100.xhp?rev=1559347&r1=1559346&r2=1559347&view=diff
==============================================================================
--- openoffice/trunk/main/helpcontent2/source/text/scalc/01/12120100.xhp 
(original)
+++ openoffice/trunk/main/helpcontent2/source/text/scalc/01/12120100.xhp Sat 
Jan 18 14:34:06 2014
@@ -129,8 +129,8 @@ YJ: checked</lastedited>
 
 <!-- removed HID SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS -->
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS" id="bm_id263985" 
localize="false"/>
-<paragraph role="heading" id="hd_id3154704" xml-lang="en-US" level="2" 
l10n="CHG" oldref="7">Allow blank cells</paragraph>
-<paragraph role="paragraph" id="par_id3153967" xml-lang="en-US" l10n="CHG" 
oldref="8"><ahelp hid="SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS">In 
conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this 
defines that blank cells are shown as invalid data (disabled) or not 
(enabled).</ahelp></paragraph>
+<paragraph role="heading" id="hd_id3154704" xml-lang="en-US" level="2" 
l10n="CHG" oldref="7">Allow empty cells</paragraph>
+<paragraph role="paragraph" id="par_id3153967" xml-lang="en-US" l10n="CHG" 
oldref="8"><ahelp hid="SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS">In 
conjunction with <emph>Tools - Detective - Mark invalid Data</emph>, this 
defines that empty cells are shown as invalid data (disabled) or not 
(enabled).</ahelp></paragraph>
 <bookmark xml-lang="en-US" 
branch="hid/sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST" id="bm_id5339518" 
localize="false"/>
 <paragraph role="heading" id="par_idN10709" xml-lang="en-US" level="2" 
l10n="NEW">Show selection list</paragraph>
 <paragraph role="paragraph" id="par_idN1070D" xml-lang="en-US" 
l10n="NEW"><ahelp hid="sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST">Shows a 
list of all valid strings or values to select from. The list can also be opened 
by selecting the cell and pressing Ctrl+D (Mac: Command+D).</ahelp></paragraph>

Modified: openoffice/trunk/main/sc/source/ui/dbgui/validate.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/dbgui/validate.src?rev=1559347&r1=1559346&r2=1559347&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/dbgui/validate.src (original)
+++ openoffice/trunk/main/sc/source/ui/dbgui/validate.src Sat Jan 18 14:34:06 
2014
@@ -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
     {


Reply via email to