summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCor Nouws <oolst@nouenoff.nl>2018-09-28 00:49:33 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-10-08 11:35:17 +0200
commit0ab1e3101935606d8554acc1e8a3536845080c72 (patch)
treef7bce4e826247fb1589a5c9fa1a878acbff5e160
parent4854acc7929ea58632c5d0f7f80a4adc3c62b8cd (diff)
tdf#113236 change menu "Tools > Protect Spreadsheet" to "Protect Spreadsheet Structure"
Change-Id: Id9f69e6f27610591ef0c62b7d0dec83fa1e4fe9a Reviewed-on: https://gerrit.libreoffice.org/61066 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu2
-rw-r--r--sc/inc/strings.hrc6
2 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 6ec13cb1333c..32159d1fd480 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1652,7 +1652,7 @@
</node>
<node oor:name=".uno:ToolProtectionDocument" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Protect ~Spreadsheet...</value>
+ <value xml:lang="en-US">Protect ~Spreadsheet Structure...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index a91f295e1591..17916a1ab5ba 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -52,9 +52,9 @@
#define SCSTR_TOTAL NC_("SCSTR_TOTAL", "%1 results found")
#define SCSTR_SKIPPED NC_("SCSTR_SKIPPED", "(only %1 are listed)")
// Attribute
-#define SCSTR_PROTECTDOC NC_("SCSTR_PROTECTDOC", "Protect Document")
-#define SCSTR_UNPROTECTDOC NC_("SCSTR_UNPROTECTDOC", "Unprotect document")
-#define SCSTR_UNPROTECTTAB NC_("SCSTR_UNPROTECTTAB", "Unprotect sheet")
+#define SCSTR_PROTECTDOC NC_("SCSTR_PROTECTDOC", "Protect Spreadsheet Structure")
+#define SCSTR_UNPROTECTDOC NC_("SCSTR_UNPROTECTDOC", "Unprotect Spreadsheet Structure")
+#define SCSTR_UNPROTECTTAB NC_("SCSTR_UNPROTECTTAB", "Unprotect Sheet")
#define SCSTR_CHG_PROTECT NC_("SCSTR_CHG_PROTECT", "Protect Records")
#define SCSTR_CHG_UNPROTECT NC_("SCSTR_CHG_UNPROTECT", "Unprotect Records")
#define SCSTR_PASSWORD NC_("SCSTR_PASSWORD", "Password:")