diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-15 11:29:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-15 15:04:37 +0200 |
commit | a870f90800041d108078642ece84bacebd1dc794 (patch) | |
tree | a7990cb9b39c7e6b22977c121b31859090db2fed /sc | |
parent | c613eae96815e41a00b8dd63e4422c85ed849b71 (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.ui | 2 |
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> |