summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/tabpages/chardlg.cxx2
-rw-r--r--cui/uiconfig/ui/positionpage.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 38527176a933..d2e7fabda54e 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -2629,7 +2629,7 @@ SvxCharPositionPage::SvxCharPositionPage( vcl::Window* pParent, const SfxItemSet
get(m_pFontSizeFT, "relativefontsize");
get(m_pFontSizeMF, "fontsizesb");
get(m_pRotationContainer, "rotationcontainer");
- get(m_pScalingFT, "rotate");
+ get(m_pScalingFT, "scale");
get(m_pScalingAndRotationFT, "rotateandscale");
get(m_p0degRB, "0deg");
get(m_p90degRB, "90deg");
diff --git a/cui/uiconfig/ui/positionpage.ui b/cui/uiconfig/ui/positionpage.ui
index ebd1b243b4f3..22776edb2c96 100644
--- a/cui/uiconfig/ui/positionpage.ui
+++ b/cui/uiconfig/ui/positionpage.ui
@@ -394,11 +394,11 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="rotate">
+ <object class="GtkLabel" id="scale">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Rotation</property>
+ <property name="label" translatable="yes">Scaling</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>