Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1542
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/42/1542/1
Change 'Add' to 'Add to Dictionary' in the Dialog also
Change-Id: I4bcf53239f001ed2d6ea08a743257ed0d6428752
---
M cui/uiconfig/ui/spellingdialog.ui
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui
index 155f01e..165fff7 100644
--- a/cui/uiconfig/ui/spellingdialog.ui
+++ b/cui/uiconfig/ui/spellingdialog.ui
@@ -18,6 +18,7 @@
<child>
<object class="GtkButton" id="help">
<property name="label">gtk-help</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -33,6 +34,7 @@
<child>
<object class="GtkButton" id="options">
<property name="label" translatable="yes">O_ptions...</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -47,6 +49,7 @@
<child>
<object class="GtkButton" id="undo">
<property name="label" translatable="yes">_Undo</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -61,6 +64,7 @@
<child>
<object class="GtkButton" id="close">
<property name="label">gtk-close</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -120,6 +124,7 @@
<child>
<object class="GtkButton" id="ignore">
<property name="label" translatable="yes">_Ignore Once</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -165,6 +170,7 @@
<child>
<object class="GtkButton" id="change">
<property name="label" translatable="yes">_Correct</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -181,6 +187,7 @@
<child>
<object class="GtkButton" id="changeall">
<property name="label" translatable="yes">Correct A_ll</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -197,6 +204,7 @@
<child>
<object class="GtkButton" id="autocorrect">
<property name="label" translatable="yes">Alwa_ys correct</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -213,6 +221,7 @@
<child>
<object class="GtkCheckButton" id="checkgrammar">
<property name="label" translatable="yes">Check _Grammar</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -230,6 +239,7 @@
<child>
<object class="GtkButton" id="ignoreall">
<property name="label" translatable="yes">I_gnore All</property>
+ <property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -246,6 +256,7 @@
<child>
<object class="GtkButton" id="ignorerule">
<property name="label" translatable="yes">I_gnore Rule</property>
+ <property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -292,6 +303,7 @@
<child>
<object class="GtkLinkButton" id="explainlink">
<property name="label" translatable="yes">More...</property>
+ <property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -366,12 +378,13 @@
</child>
<child>
<object class="GtkButton" id="add">
- <property name="label">gtk-add</property>
+ <property name="label" translatable="yes">_Add to Dictionary</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="valign">center</property>
- <property name="use_stock">True</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -382,12 +395,13 @@
</child>
<child>
<object class="GtkButton" id="addmb:addmenu">
- <property name="label">gtk-add</property>
+ <property name="label" translatable="yes">_Add to Dictionary</property>
+ <property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="valign">center</property>
- <property name="use_stock">True</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="left_attach">2</property>
--
To view, visit https://gerrit.libreoffice.org/1542
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4bcf53239f001ed2d6ea08a743257ed0d6428752
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Context
- [PATCH] Change 'Add' to 'Add to Dictionary' in the Dialog also · Samuel Mehrbrodt (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.