summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Huang <jeff@mail.ossii.com.tw>2021-12-27 11:00:56 +0800
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-12-29 01:52:41 +0100
commit8578add8775a258c79bd32f52a704ab2173bea47 (patch)
treebe178fa02d08752b760f6435a59045816ac8f15d
parent1bb0e177124d5d6661b72df6c7d848fb23639652 (diff)
tdf#144190 Change _Left Align and _Right Align to Align _Left and Align _Right
Change-Id: Ib864f3fb960db47e0f431df6f0c2f985cb276017 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127540 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r--svx/uiconfig/ui/fontworkalignmentcontrol.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/fontworkalignmentcontrol.ui b/svx/uiconfig/ui/fontworkalignmentcontrol.ui
index c0faa7b990cc..13abbb71ec3b 100644
--- a/svx/uiconfig/ui/fontworkalignmentcontrol.ui
+++ b/svx/uiconfig/ui/fontworkalignmentcontrol.ui
@@ -42,7 +42,7 @@
<property name="row_spacing">6</property>
<child>
<object class="GtkRadioButton" id="left">
- <property name="label" translatable="yes" context="fontworkalignmentcontrol|RID_SVXSTR_ALIGN_LEFT">_Left Align</property>
+ <property name="label" translatable="yes" context="fontworkalignmentcontrol|RID_SVXSTR_ALIGN_LEFT">Align _Left</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -76,7 +76,7 @@
</child>
<child>
<object class="GtkRadioButton" id="right">
- <property name="label" translatable="yes" context="fontworkalignmentcontrol|RID_SVXSTR_ALIGN_RIGHT">_Right Align</property>
+ <property name="label" translatable="yes" context="fontworkalignmentcontrol|RID_SVXSTR_ALIGN_RIGHT">Align _Right</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>