diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-18 14:34:06 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2014-01-18 14:34:06 +0000 |
commit | b363d736060a8ebe2117a37e0dfbd2e164f31db7 (patch) | |
tree | 338b5900009654d9a03ab98e0e0ad557edee4ac0 /sc | |
parent | 264a2a318aa9e26eb37b07d6676f96045e88ea3d (diff) |
#i92785# fix label from Allow blank cells to Allow empty cells on Criteria tabl of Validity dialog
Suggest By: joropo<joropo@pioneerwireless.net>
Notes
Notes:
merged as: 6874e5e291e9c643eaf06a84a6e5a32be496a37a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/validate.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/validate.src b/sc/source/ui/dbgui/validate.src index 9974f13057c2..9a9662ac7821 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 { |