[Libreoffice-commits] core.git: sw/inc vcl/uiconfig

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 21 11:18:13 UTC 2020


 sw/inc/strings.hrc             |    2 +-
 vcl/uiconfig/ui/printdialog.ui |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5c3604542191b3c69da2d9d912c5c5a20c7143e9
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Thu Feb 20 17:08:19 2020 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Fri Feb 21 12:17:32 2020 +0100

    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 at youmail.dk>
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

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>


More information about the Libreoffice-commits mailing list