diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-05 20:41:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-07 20:16:02 +0100 |
commit | 80f3c0ce51a7f94b127fe7c4dd4dd1d87ce694d6 (patch) | |
tree | 27c661a48176ecfe5e95bbbb279e5565cab27adb /sw/uiconfig/swriter/ui/findentrydialog.ui | |
parent | 0701aca589b819b845d08ea60263ad89718cfd7f (diff) |
replace deprecated stock labels used <= twice
replace single use of deprecated gtk-paste
replace single use of deprecated gtk-play
replace single use of deprecated gtk-stop
replace only two uses of deprecated gtk-clear
replace only two uses of deprecated gtk-find
replace only two uses of deprecated gtk-media-next
replace only two uses of deprecated gtk-media-previous
Change-Id: Ia749c03ad5887f7919b1d0dc2facf8ae7e5fb7a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108820
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/findentrydialog.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/findentrydialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/findentrydialog.ui b/sw/uiconfig/swriter/ui/findentrydialog.ui index b1bd4529ec97..5c3d655f2812 100644 --- a/sw/uiconfig/swriter/ui/findentrydialog.ui +++ b/sw/uiconfig/swriter/ui/findentrydialog.ui @@ -21,13 +21,13 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="find"> - <property name="label">gtk-find</property> + <property name="label" translatable="yes" context="findentrydialog|find">_Find</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">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="find-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="findentrydialog|extended_tip|find">Displays the next record that contains the search text.</property> |