summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/simpress/ui/sidebarslidebackground.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
index 73cb4a331b5b..f95ce65ba1b0 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 Objects</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterobjects">Display 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 Background</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|displaymasterbackground">Display Master Background</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
using UNO_QUERY_THROWStephan Bergmann 2017-02-06Add missing #includesStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-09Remove irrelevant SAL_INFOsStephan Bergmann 2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin 2016-12-01loplugin:unnecessaryoverride (dtors) in testtoolsStephan Bergmann 2016-09-14Change the shared bridgetest code from static to dynamic libraryStephan Bergmann 2016-09-13loplugin:dllprivateStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-09python macros aren't listed under scripting organizeCaolán McNamara 2016-07-15new loplugin unnecessary overrideNoel Grandin 2016-07-04typo: emtpy → emptyChristian Lohmaier 2016-06-27Clean up uses of Any::getValue() in testtoolsStephan Bergmann 2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann 2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann 2016-05-01Fix typos in codeAndrea Gelmini 2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke 2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-02-09Remove excess newlinesChris Sherlock 2016-01-29testtools: disable MSVC warning C4503Michael Stahl 2016-01-10Fix typosAndrea Gelmini