diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-09-25 20:54:49 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-09-25 19:00:02 +0200 |
commit | 5f210715fe090b4db4c80dcdee5f77dc404cf85c (patch) | |
tree | a6f936c64a01273a0bde8d23affda14913da3ed8 | |
parent | a102f56123b5209a7dfaf33ba001433ec39d279f (diff) |
Shrink master slide checkboxes in Slide content panel
Change-Id: I238ff579da86bd3ac41f76f62d97b07a3ca29d80
Reviewed-on: https://gerrit.libreoffice.org/42761
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index f95ce65ba1b0..9eea5fbc0c3a 100644 --- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui +++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui @@ -88,7 +88,7 @@ </child> <child> <object class="GtkCheckButton" id="displaymasterobjects"> - <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterobjects">Display Master Objects</property> + <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterobjects">Master Objects</property> <property name="use_action_appearance">True</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -165,7 +165,7 @@ </child> <child> <object class="GtkCheckButton" id="displaymasterbackground"> - <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterbackground">Display Master Background</property> + <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterbackground">Master Background</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |