summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-01-27 11:10:15 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2018-03-18 10:07:07 +0100
commit5620d620dce3eecc1eaa6b9062e210fb57bf59ea (patch)
tree6d8283108401ff31776c77f5f2d6b191367db129
parent93f8b703a0f0287354723855afe8e65297ecf716 (diff)
tdf#115228 Terminology TSCP
Renamed some terms Change-Id: Ia23f2490155101d59ef2bb3ce181709bb427197e Reviewed-on: https://gerrit.libreoffice.org/48744 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins <ci@libreoffice.org>
-rw-r--r--include/sfx2/strings.hrc2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu6
-rw-r--r--svx/uiconfig/ui/classificationdialog.ui2
3 files changed, 5 insertions, 5 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index e5532815f63e..325cc509e2e7 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -248,7 +248,7 @@
#define STR_CLASSIFIED_DOCUMENT NC_("STR_CLASSIFIED_DOCUMENT", "The classification label of this document is %1.")
#define STR_TARGET_DOC_NOT_CLASSIFIED NC_("STR_TARGET_DOC_NOT_CLASSIFIED", "This document must be classified before the clipboard can be pasted.")
#define STR_DOC_CLASSIFICATION_TOO_LOW NC_("STR_DOC_CLASSIFICATION_TOO_LOW", "This document has a lower classification level than the clipboard.")
-#define STR_CLASSIFIED_INTELLECTUAL_PROPERTY NC_("STR_CLASSIFIED_INTELLECTUAL_PROPERTY", "Intellectual Property:")
+#define STR_CLASSIFIED_INTELLECTUAL_PROPERTY NC_("STR_CLASSIFIED_INTELLECTUAL_PROPERTY", "Level")
#define STR_CLASSIFIED_NATIONAL_SECURITY NC_("STR_CLASSIFIED_NATIONAL_SECURITY", "National Security:")
#define STR_CLASSIFIED_EXPORT_CONTROL NC_("STR_CLASSIFIED_EXPORT_CONTROL", "Export Control:")
#define STR_CHECKOUT NC_("STR_CHECKOUT", "Check Out")
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 8314128cdc33..2120254bedcf 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6460,17 +6460,17 @@
</node>
<node oor:name=".uno:ClassificationApply" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Apply Document Classification</value>
+ <value xml:lang="en-US">Apply document classification</value>
</prop>
</node>
<node oor:name=".uno:ClassificationDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Classification Dialog</value>
+ <value xml:lang="en-US">Manage document classification</value>
</prop>
</node>
<node oor:name=".uno:ParagraphClassificationDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Paragraph Classification Dialog</value>
+ <value xml:lang="en-US">Manage paragraph classification</value>
</prop>
</node>
<node oor:name=".uno:EditSelectMenu" oor:op="replace">
diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui
index 4b2e4c440d3c..a18131959587 100644
--- a/svx/uiconfig/ui/classificationdialog.ui
+++ b/svx/uiconfig/ui/classificationdialog.ui
@@ -6,7 +6,7 @@
<object class="GtkDialog" id="AdvancedDocumentClassificationDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes" context="classificationdialog|dialogname">Classification Dialog</property>
+ <property name="title" translatable="yes" context="classificationdialog|dialogname">Classification</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">