diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-01-04 19:12:15 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-01-11 11:07:56 +0100 |
commit | d1b1d89ee33c50b0d42d7e8fb6f4df96c2513ad0 (patch) | |
tree | 544f3df8e095378e4b1a1fa8b00316e70efd31eb /sd | |
parent | 48ba605c546dcd223e45d7b5a8e71998f945cadf (diff) |
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@gmail.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/strings.hrc | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/slidedesigndialog.ui | 2 |
2 files changed, 2 insertions, 2 deletions
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> |