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 /cui/uiconfig | |
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 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/spellingdialog.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index a12e3a2b6d96..8e5f2621d3f1 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -77,12 +77,11 @@ </child> <child> <object class="GtkButton" id="undo"> - <property name="label">gtk-undo</property> + <property name="label" translatable="yes" context="spellingdialog|undo">_Undo</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> - <property name="use_stock">True</property> <child internal-child="accessible"> <object class="AtkObject" id="undo-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|undo">Click to undo the last change in the current sentence. Click again to undo the previous change in the same sentence.</property> |