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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 28 20:22:21 UTC 2020


 vcl/uiconfig/ui/printdialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed4534d32fd760274c058374c8cfc443c01fea0c
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Oct 28 17:16:04 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Oct 28 21:21:35 2020 +0100

    print dialog has one expander "more" and one "More"
    
    since...
    
    commit 8eff280bc08ec3d7b2312ae4ee48df4d7328b7de
    Date:   Fri Oct 2 12:35:26 2020 +0200
    
        ui files: fix some capitalisation issues
    
    so make the other one capitalized to match
    
    Change-Id: I7eeac239ea99b85b310354e3a0c6dddf15ceff04
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104973
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index 175df1fbc524..76107646c85c 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -842,7 +842,7 @@
                                               <object class="GtkLabel" id="lbRangeExpander">
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">False</property>
-                                                <property name="label" translatable="yes" context="printdialog|rangeexpander">_more</property>
+                                                <property name="label" translatable="yes" context="printdialog|rangeexpander">_More</property>
                                                 <property name="use_underline">True</property>
                                               </object>
                                             </child>


More information about the Libreoffice-commits mailing list