diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-02-07 16:13:59 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-02-19 08:03:27 +0100 |
commit | aec3cce9e4aa12e6cfe229e11d6548f0c3a7cbb5 (patch) | |
tree | dc7e8cdb3dccaf0eef0d0b6a4169f710394a5c31 /vcl/uiconfig | |
parent | d5d079a00be569bc575fa71961af98cec99eccc0 (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/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 3 |
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> |