[Libreoffice-commits] core.git: sc/source
Tsutomu Uchino
hanya at apache.org
Mon Jan 20 01:50:39 PST 2014
sc/source/ui/dbgui/validate.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6874e5e291e9c643eaf06a84a6e5a32be496a37a
Author: Tsutomu Uchino <hanya at apache.org>
Date: Sat Jan 18 14:34:06 2014 +0000
Resolves: #i92785# fix label from Allow blank cells to...
Allow empty cells on Criteria tab of Validity dialog
Suggest By: joropo<joropo at pioneerwireless.net>
(cherry picked from commit b363d736060a8ebe2117a37e0dfbd2e164f31db7)
Change-Id: I76eb3bb567bb24498f987d62dd970731faff4b83
diff --git a/sc/source/ui/dbgui/validate.src b/sc/source/ui/dbgui/validate.src
index b832d30..aa24552 100644
--- a/sc/source/ui/dbgui/validate.src
+++ b/sc/source/ui/dbgui/validate.src
@@ -125,7 +125,7 @@ TabPage TP_VALIDATION_VALUES
Pos = MAP_APPFONT ( 80 - OFFSET_X , 30 ) ;
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