summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-10-02 03:48:52 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-10-02 03:48:52 -0500
commit6537fac1798e1f41bb8450caeb0c2354e81fd394 (patch)
treeedfddafaf6abe4c61c1040d7e23432306c0e8563 /sd
parentb4d9f5d4d6475565530d8f698bd8f72fc685b491 (diff)
Tone down excessive directional chars in Back/Next buttons
This tiny inconsistency with other software has annoyed me for too long. Change-Id: Ieef8cdcf13f1cea0e414fbe086e45a4e05895467
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/simpress/ui/publishingdialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui
index 496bedf9f0db..e4af1d495735 100644
--- a/sd/uiconfig/simpress/ui/publishingdialog.ui
+++ b/sd/uiconfig/simpress/ui/publishingdialog.ui
@@ -1604,7 +1604,7 @@
</child>
<child>
<object class="GtkButton" id="lastPageButton">
- <property name="label" translatable="yes" context="publishingdialog|lastPageButton">&lt;&lt; Back</property>
+ <property name="label" translatable="yes" context="publishingdialog|lastPageButton">&lt; Back</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -1618,7 +1618,7 @@
</child>
<child>
<object class="GtkButton" id="nextPageButton">
- <property name="label" translatable="yes" context="publishingdialog|nextPageButton">Ne_xt &gt;&gt;</property>
+ <property name="label" translatable="yes" context="publishingdialog|nextPageButton">Ne_xt &gt;</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>