summaryrefslogtreecommitdiffstats
path: root/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-01-11 16:17:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-01-15 12:43:22 +0100
commit9100d70e1deeefd652c70d8086c01fe55742c3f0 (patch)
treebda8b7dd340051089709b7656393c47594c2ae44 /sw/uiconfig/swriter/ui/mergeconnectdialog.ui
parentcid#1470701 Uncaught exception (diff)
downloadcore-9100d70e1deeefd652c70d8086c01fe55742c3f0.tar.gz
core-9100d70e1deeefd652c70d8086c01fe55742c3f0.zip
replace stock button labels
Change-Id: I726ba7846322863d9f38314b6c6ccc7f71124a0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109197 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/mergeconnectdialog.ui')
-rw-r--r--sw/uiconfig/swriter/ui/mergeconnectdialog.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/uiconfig/swriter/ui/mergeconnectdialog.ui b/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
index 17d0db6487c9..cc0af11e33b3 100644
--- a/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
+++ b/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
@@ -21,13 +21,13 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
- <property name="label">gtk-ok</property>
+ <property name="label" translatable="yes" context="stock">_OK</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>
</object>
<packing>
<property name="expand">False</property>
@@ -37,11 +37,11 @@
</child>
<child>
<object class="GtkButton" id="cancel">
- <property name="label">gtk-cancel</property>
+ <property name="label" translatable="yes" context="stock">_Cancel</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>
</object>
<packing>
<property name="expand">False</property>
@@ -51,11 +51,11 @@
</child>
<child>
<object class="GtkButton" id="help">
- <property name="label">gtk-help</property>
+ <property name="label" translatable="yes" context="stock">_Help</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>
</object>
<packing>
<property name="expand">False</property>