[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sc/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 15 13:05:49 UTC 2021
sc/uiconfig/scalc/ui/checkwarningdialog.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 262023e55b7c7089e6dd3498f472298c617e8e7a
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:05:01 2021 +0200
button text should be Yes not yes
Change-Id: Ib92a1119046c79ce36968ad0814161ef7c4b0982
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117218
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