summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/inc/strings.hrc2
-rw-r--r--sd/source/ui/sidebar/SlideBackground.cxx6
-rw-r--r--sd/uiconfig/simpress/ui/sidebarslidebackground.ui6
3 files changed, 8 insertions, 6 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc
index 4850e5d63b2d..20dfdcb67229 100644
--- a/sd/inc/strings.hrc
+++ b/sd/inc/strings.hrc
@@ -284,7 +284,9 @@
#define STR_PAGE_NAME NC_("STR_PAGE_NAME", "Page" )
#define STR_SLIDE_NAME NC_("STR_SLIDE_NAME", "Slide" )
#define STR_MASTERSLIDE_NAME NC_("STR_MASTERSLIDE_NAME", "Master Slide")
+#define STR_MASTERSLIDE_LABEL NC_("STR_MASTERSLIDE_LABEL", "Master Slide:")
#define STR_MASTERPAGE_NAME NC_("STR_MASTERPAGE_NAME", "Master Page")
+#define STR_MASTERPAGE_LABEL NC_("STR_MASTERPAGE_LABEL", "Master Page:")
#define STR_NOTES NC_("STR_NOTES", "(Notes)" )
#define STR_HANDOUT NC_("STR_HANDOUT", "Handouts" )
#define STR_PRESOBJ_MPTITLE NC_("STR_PRESOBJ_MPTITLE", "Click to edit the title text format" )
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index 8b2e15dc7671..9c94a208b2cb 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -239,7 +239,7 @@ void SlideBackground::HandleContextChange(
if ( IsImpress() )
{
- mpMasterLabel->SetText(SdResId(STR_MASTERSLIDE_NAME));
+ mpMasterLabel->SetText(SdResId(STR_MASTERSLIDE_LABEL));
mpMarginSelectBox->Hide();
if ( maContext == maImpressMasterContext )
@@ -294,7 +294,7 @@ void SlideBackground::HandleContextChange(
}
else if ( IsDraw() )
{
- mpMasterLabel->SetText(SdResId(STR_MASTERPAGE_NAME));
+ mpMasterLabel->SetText(SdResId(STR_MASTERPAGE_LABEL));
}
}
@@ -558,7 +558,7 @@ IMPL_LINK(SlideBackground, EventMultiplexerListener,
}
else if ( maContext == maImpressNotesContext )
{
- mpMasterLabel->SetText(SdResId(STR_MASTERSLIDE_NAME));
+ mpMasterLabel->SetText(SdResId(STR_MASTERSLIDE_LABEL));
ViewShell* pMainViewShell = mrBase.GetMainViewShell().get();
if (pMainViewShell)
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
index 70bccb25c7c8..55783273dfe7 100644
--- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
+++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
@@ -194,7 +194,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes" context="sidebarslidebackground|label4">Orientation: </property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|label4">Orientation:</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -209,7 +209,7 @@
<property name="homogeneous">True</property>
<child>
<object class="GtkButton" id="masterslidebutton">
- <property name="label" translatable="yes" context="sidebarslidebackground|masterslidebutton">Master Slide</property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|masterslidebutton">Master View</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -264,7 +264,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
- <property name="label" translatable="yes" context="sidebarslidebackground|labelmargin">Margin: </property>
+ <property name="label" translatable="yes" context="sidebarslidebackground|labelmargin">Margin:</property>
</object>
<packing>
<property name="left_attach">0</property>