[Libreoffice-commits] core.git: officecfg/registry sc/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 8 09:35:38 UTC 2018
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +-
sc/inc/strings.hrc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 0ab1e3101935606d8554acc1e8a3536845080c72
Author: Cor Nouws <oolst at nouenoff.nl>
AuthorDate: Fri Sep 28 00:49:33 2018 +0200
Commit: Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Mon Oct 8 11:35:17 2018 +0200
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 at gmail.com>
Tested-by: Heiko Tietze <tietze.heiko at gmail.com>
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:")
More information about the Libreoffice-commits
mailing list