summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-15 11:29:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-15 15:04:37 +0200
commita870f90800041d108078642ece84bacebd1dc794 (patch)
treea7990cb9b39c7e6b22977c121b31859090db2fed /sc
parentc613eae96815e41a00b8dd63e4422c85ed849b71 (diff)
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@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/checkwarningdialog.ui2
1 files changed, 1 insertions, 1 deletions
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>