[Libreoffice-commits] core.git: include/sfx2 officecfg/registry svx/uiconfig

heiko tietze tietze.heiko at gmail.com
Sun Mar 18 09:07:28 UTC 2018


 include/sfx2/strings.hrc                                             |    2 +-
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    6 +++---
 svx/uiconfig/ui/classificationdialog.ui                              |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5620d620dce3eecc1eaa6b9062e210fb57bf59ea
Author: heiko tietze <tietze.heiko at gmail.com>
Date:   Sat Jan 27 11:10:15 2018 +0100

    tdf#115228 Terminology TSCP
    
    Renamed some terms
    
    Change-Id: Ia23f2490155101d59ef2bb3ce181709bb427197e
    Reviewed-on: https://gerrit.libreoffice.org/48744
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Jenkins <ci at libreoffice.org>

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">


More information about the Libreoffice-commits mailing list