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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 15 13:05:25 UTC 2021


 sc/uiconfig/scalc/ui/checkwarningdialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a870f90800041d108078642ece84bacebd1dc794
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jun 15 11:29:05 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jun 15 15:04:37 2021 +0200

    button text should be Yes not yes
    
    Change-Id: Ib92a1119046c79ce36968ad0814161ef7c4b0982
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117237
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/uiconfig/scalc/ui/checkwarningdialog.ui b/sc/uiconfig/scalc/ui/checkwarningdialog.ui
index 51a250c97f5a..f1813e48b254 100644
--- a/sc/uiconfig/scalc/ui/checkwarningdialog.ui
+++ b/sc/uiconfig/scalc/ui/checkwarningdialog.ui
@@ -50,7 +50,7 @@
             </child>
             <child>
               <object class="GtkButton" id="yes">
-                <property name="label" translatable="yes" context="stock">_yes</property>
+                <property name="label" translatable="yes" context="stock">_Yes</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>


More information about the Libreoffice-commits mailing list