summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/protectiondlg.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-15 15:51:19 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-15 15:51:19 -0500
commit80f8f41235d61bee38075e3932297f05404578f5 (patch)
treecd81473da56942e0c215eb986ddc3c445e62e85a /sc/source/ui/miscdlgs/protectiondlg.cxx
parent310da2ca87d5fa604b7bd836437a325035007c88 (diff)
Fixed English strings: locked cells -> protected cells.
In the cell properties dialog, we use the wording 'protected'. Let's be consistent in the sheet protection dialog too.
Diffstat (limited to 'sc/source/ui/miscdlgs/protectiondlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/protectiondlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/protectiondlg.cxx b/sc/source/ui/miscdlgs/protectiondlg.cxx
index d66bd541a174..4a8fbc15b4e7 100644
--- a/sc/source/ui/miscdlgs/protectiondlg.cxx
+++ b/sc/source/ui/miscdlgs/protectiondlg.cxx
@@ -62,8 +62,8 @@ ScTableProtectionDlg::ScTableProtectionDlg(Window* pParent) :
maBtnCancel (this, ScResId(BTN_CANCEL)),
maBtnHelp (this, ScResId(BTN_HELP)),
- maSelectLockedCells(ScResId(ST_SELECT_LOCKED_CELLS)),
- maSelectUnlockedCells(ScResId(ST_SELECT_UNLOCKED_CELLS))
+ maSelectLockedCells(ScResId(ST_SELECT_PROTECTED_CELLS)),
+ maSelectUnlockedCells(ScResId(ST_SELECT_UNPROTECTED_CELLS))
{
Init();
FreeResource();