summaryrefslogtreecommitdiff
path: root/svx/uiconfig/ui/sidebarparagraph.ui
diff options
context:
space:
mode:
Diffstat (limited to 'svx/uiconfig/ui/sidebarparagraph.ui')
-rw-r--r--svx/uiconfig/ui/sidebarparagraph.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui
index f749a4d04149..b50ab98c5e7a 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -476,12 +476,12 @@
<property name="tooltip_text" translatable="yes">Indent</property>
<property name="show_arrow">False</property>
<child>
- <object class="GtkToolButton" id="decreaseindent">
+ <object class="GtkToolButton" id="increaseindent">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Decrease Indent</property>
- <property name="action_name">.uno:DecrementIndent</property>
+ <property name="tooltip_text" translatable="yes">Increase Indent</property>
+ <property name="action_name">.uno:IncrementIndent</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -490,14 +490,14 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="increaseindent">
+ <object class="GtkToolButton" id="decreaseindent">
<property name="width_request">15</property>
<property name="height_request">25</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
- <property name="tooltip_text" translatable="yes">Increase Indent</property>
- <property name="action_name">.uno:IncrementIndent</property>
+ <property name="tooltip_text" translatable="yes">Decrease Indent</property>
+ <property name="action_name">.uno:DecrementIndent</property>
<property name="use_underline">True</property>
</object>
<packing>