summaryrefslogtreecommitdiff
path: root/vcl/uiconfig
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-02-20 17:08:19 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2020-02-21 12:17:32 +0100
commit5c3604542191b3c69da2d9d912c5c5a20c7143e9 (patch)
tree85ac4221711cbe222ea2df7e9b70daaa91118dbb /vcl/uiconfig
parent8fc7eb129c09fa84664a8350cc2332db770d1d20 (diff)
tdf#130517 improve accelerators on Print dialog page
- add accelerator for Print - change accelerators for other "p" items - All Pages to A - Preview to v - Order (not needed, because _r on checkbox is enough) Change-Id: I7db4153829132dcbbb7c7356591f43df809583ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89127 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r--vcl/uiconfig/ui/printdialog.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index 709e662f6394..8bc2446f242e 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -109,7 +109,7 @@
</child>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes" context="printdialog|print ">Print</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>
@@ -296,7 +296,7 @@
<property name="spacing">3</property>
<child>
<object class="GtkCheckButton" id="previewbox">
- <property name="label" translatable="yes" context="printdialog|previewbox">Preview</property>
+ <property name="label" translatable="yes" context="printdialog|previewbox">Pre_view</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -741,7 +741,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes" context="printdialog|cbPrintOrder">_Order:</property>
+ <property name="label" translatable="yes" context="printdialog|cbPrintOrder">Order:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">reverseorder</property>
</object>