[Libreoffice-commits] core.git: officecfg/registry sd/inc sd/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 11 10:08:18 UTC 2019


 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |    2 +-
 sd/inc/strings.hrc                                                       |    2 +-
 sd/uiconfig/simpress/ui/slidedesigndialog.ui                             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d1b1d89ee33c50b0d42d7e8fb6f4df96c2513ad0
Author:     Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Fri Jan 4 19:12:15 2019 +0100
Commit:     Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Fri Jan 11 11:07:56 2019 +0100

    Resolves: tdf#122448 Change menu Item "Slide->Master Slide"
    
    Change menu Item "Slide->Master Slide" to "Slide->Change Slide Master"
    Change dialog name "Slide Design" to "Available Master Slides"
    Change dialog name "Load Slide Design" to "Load Master Slide"
    
    Change-Id: I98fab31cdce2e8ddf43f0c8b8519a95e15c13de5
    Reviewed-on: https://gerrit.libreoffice.org/65860
    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/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 653675259aeb..4eb065731bba 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1029,7 +1029,7 @@
       </node>
       <node oor:name=".uno:PresentationLayout" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Master Slide...</value>
+          <value xml:lang="en-US">Change Slide Master...</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc
index 58fdc3890b01..16a35da20e35 100644
--- a/sd/inc/strings.hrc
+++ b/sd/inc/strings.hrc
@@ -151,7 +151,7 @@
 #define STR_INSERT_TEXT                                 NC_("STR_INSERT_TEXT", "Insert Text")
 #define STR_SLIDE_SINGULAR                              NC_("STR_SLIDE_SINGULAR", " Slide")
 #define STR_SLIDE_PLURAL                                NC_("STR_SLIDE_PLURAL", " Slides")
-#define STR_LOAD_PRESENTATION_LAYOUT                    NC_("STR_LOAD_PRESENTATION_LAYOUT", "Load Slide Design")
+#define STR_LOAD_PRESENTATION_LAYOUT                    NC_("STR_LOAD_PRESENTATION_LAYOUT", "Load Master Slide")
 #define STR_DRAGTYPE_URL                                NC_("STR_DRAGTYPE_URL", "Insert as Hyperlink")
 #define STR_DRAGTYPE_EMBEDDED                           NC_("STR_DRAGTYPE_EMBEDDED", "Insert as Copy")
 #define STR_DRAGTYPE_LINK                               NC_("STR_DRAGTYPE_LINK", "Insert as Link")
diff --git a/sd/uiconfig/simpress/ui/slidedesigndialog.ui b/sd/uiconfig/simpress/ui/slidedesigndialog.ui
index df92adf38718..1306cbf94a6b 100644
--- a/sd/uiconfig/simpress/ui/slidedesigndialog.ui
+++ b/sd/uiconfig/simpress/ui/slidedesigndialog.ui
@@ -5,7 +5,7 @@
   <object class="GtkDialog" id="SlideDesignDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-    <property name="title" translatable="yes" context="slidedesigndialog|SlideDesignDialog">Slide Design</property>
+    <property name="title" translatable="yes" context="slidedesigndialog|SlideDesignDialog">Available Master Slides</property>
     <property name="modal">True</property>
     <property name="default_width">0</property>
     <property name="default_height">0</property>


More information about the Libreoffice-commits mailing list