summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-02-07 16:13:59 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-02-19 08:03:27 +0100
commitaec3cce9e4aa12e6cfe229e11d6548f0c3a7cbb5 (patch)
treedc7e8cdb3dccaf0eef0d0b6a4169f710394a5c31 /vcl
parentd5d079a00be569bc575fa71961af98cec99eccc0 (diff)
change label in print dialog from "OK" to "Print"
Change-Id: I1d6b04678ab039138908bc9555763bea057fa996 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88212 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/uiconfig/ui/printdialog.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index c9e3fbe5c1ff..709e662f6394 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -109,13 +109,12 @@
</child>
<child>
<object class="GtkButton" id="ok">
- <property name="label">gtk-ok</property>
+ <property name="label" translatable="yes" context="printdialog|print ">Print</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>
</object>
<packing>
<property name="expand">False</property>