Kaydet (Commit) e8f2f923 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#124264 Close should be Cancel

Change-Id: Idf3cac2c8a37850ac254553164b57c777c2fd850
Reviewed-on: https://gerrit.libreoffice.org/69560
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 4f30b2ab
......@@ -60,7 +60,7 @@
</child>
<child>
<object class="GtkButton" id="close">
<property name="label">gtk-close</property>
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
......@@ -585,7 +585,7 @@
</child>
<action-widgets>
<action-widget response="-5">ok</action-widget>
<action-widget response="-7">close</action-widget>
<action-widget response="-6">close</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
</object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment