diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-15 15:37:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-17 11:25:49 +0100 |
commit | 4484accf4d331a95ebf8475d6cd91950f4c27bcc (patch) | |
tree | 14ec6fd15801f032f4867994c87d5197e1dba75d /sfx2 | |
parent | 4dcf2e22fa301ebe0f535d8ad1601d6878c285f5 (diff) |
tdf#138976 change "Cancel" button to "Close" in Template Manager dialog
Change-Id: I3e8cbdb70f70002f1fe2b873e899f25a72463358
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107704
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/templatedlg.ui | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index 5939f851f542..b6fccf20ef6d 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -148,10 +148,11 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label">gtk-cancel</property> + <object class="GtkButton" id="close"> + <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can-focus">True</property> + <property name="can_default">True</property> <property name="receives-default">True</property> <property name="use-stock">True</property> </object> @@ -770,7 +771,7 @@ <action-widgets> <action-widget response="-11">help</action-widget> <action-widget response="-5">ok</action-widget> - <action-widget response="-6">cancel</action-widget> + <action-widget response="-7">close</action-widget> </action-widgets> </object> </interface> |