diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-11 16:17:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-15 12:43:22 +0100 |
commit | 9100d70e1deeefd652c70d8086c01fe55742c3f0 (patch) | |
tree | bda8b7dd340051089709b7656393c47594c2ae44 /cui/uiconfig/ui/hyphenate.ui | |
parent | 15eb93059f8a613338f54aaea4d636b0ac2e3e98 (diff) |
replace stock button labels
Change-Id: I726ba7846322863d9f38314b6c6ccc7f71124a0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109197
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/hyphenate.ui')
-rw-r--r-- | cui/uiconfig/ui/hyphenate.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/hyphenate.ui b/cui/uiconfig/ui/hyphenate.ui index fea574f9472e..6b652209675d 100644 --- a/cui/uiconfig/ui/hyphenate.ui +++ b/cui/uiconfig/ui/hyphenate.ui @@ -32,11 +32,11 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="help"> - <property name="label">gtk-help</property> + <property name="label" translatable="yes" context="stock">_Help</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_stock">True</property> + <property name="use-underline">True</property> </object> <packing> <property name="expand">False</property> @@ -60,11 +60,11 @@ </child> <child> <object class="GtkButton" id="close"> - <property name="label">gtk-close</property> + <property name="label" translatable="yes" context="stock">_Close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_stock">True</property> + <property name="use-underline">True</property> </object> <packing> <property name="expand">False</property> @@ -136,11 +136,11 @@ </child> <child> <object class="GtkButton" id="delete"> - <property name="label">gtk-remove</property> + <property name="label" translatable="yes" context="stock">_Remove</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_stock">True</property> + <property name="use-underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="delete-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="hyphenate|extended_tip|delete">Removes the current hyphenation point from the displayed word.</property> |