summaryrefslogtreecommitdiff
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
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>
-rw-r--r--sw/inc/strings.hrc2
-rw-r--r--vcl/uiconfig/ui/printdialog.ui6
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index e7215eded7ff..f1f16d729a8b 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -624,7 +624,7 @@
#define STR_PRINTOPTUI_BROCHURE NC_("STR_PRINTOPTUI_BROCHURE", "Broch~ure")
#define STR_PRINTOPTUI_LEFT_SCRIPT NC_("STR_PRINTOPTUI_LEFT_SCRIPT", "Left-to-right script")
#define STR_PRINTOPTUI_RIGHT_SCRIPT NC_("STR_PRINTOPTUI_RIGHT_SCRIPT", "Right-to-left script")
-#define STR_PRINTOPTUI_PRINTALLPAGES NC_("STR_PRINTOPTUI_PRINTALLPAGES", "All ~Pages")
+#define STR_PRINTOPTUI_PRINTALLPAGES NC_("STR_PRINTOPTUI_PRINTALLPAGES", "~All Pages")
#define STR_PRINTOPTUI_PRINTPAGES NC_("STR_PRINTOPTUI_PRINTPAGES", "Pa~ges:")
#define STR_PRINTOPTUI_PRINTEVENPAGES NC_("STR_PRINTOPTUI_PRINTEVENPAGES", "~Even pages")
#define STR_PRINTOPTUI_PRINTODDPAGES NC_("STR_PRINTOPTUI_PRINTODDPAGES", "~Odd pages")
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>