diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-07 19:23:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-08 12:10:06 +0100 |
commit | f01d6749caceef7ce393c7696d3ae6d634029191 (patch) | |
tree | bccbcd5b4cc5c71af4ffbe06d5fb3e5ecbdff297 /cui | |
parent | 6bc1de9b410e118aa15bdade6ad2c3644843e21e (diff) |
replace deprecated gtk-go-up, gtk-go-down, gtk-save and gtk-open labels
Change-Id: Iaced32a6810b1a510dc300458a8860b7994226f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108951
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optappearancepage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optappearancepage.ui b/cui/uiconfig/ui/optappearancepage.ui index a37cc56f1e3f..84cf5de40879 100644 --- a/cui/uiconfig/ui/optappearancepage.ui +++ b/cui/uiconfig/ui/optappearancepage.ui @@ -41,11 +41,11 @@ </child> <child> <object class="GtkButton" id="save"> - <property name="label">gtk-save</property> + <property name="label" translatable="yes" context="optappearancepage|save">_Save</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="save-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|save">Saves the current settings as a color scheme that you can reload later.</property> |