[Libreoffice-commits] core.git: sfx2/uiconfig svx/uiconfig
shameempk (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 10 06:20:59 UTC 2019
sfx2/uiconfig/ui/querysavedialog.ui | 2 +-
svx/uiconfig/ui/crashreportdlg.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4c9cf046be055affee94a533f9db67f6fb0702cb
Author: shameempk <mailtoshameempk at gmail.com>
AuthorDate: Wed Oct 9 21:21:02 2019 +0530
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Thu Oct 10 08:20:25 2019 +0200
tdf#127525 Replaces hotkeys for "Don't Save" button from "D" to "n".
Change-Id: I23455e7feb9effafa20722545196f19eb8b34d7b
Reviewed-on: https://gerrit.libreoffice.org/80558
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/sfx2/uiconfig/ui/querysavedialog.ui b/sfx2/uiconfig/ui/querysavedialog.ui
index 3e3bf0888038..fef80d457183 100644
--- a/sfx2/uiconfig/ui/querysavedialog.ui
+++ b/sfx2/uiconfig/ui/querysavedialog.ui
@@ -22,7 +22,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkButton" id="discard">
- <property name="label" translatable="yes" context="querysavedialog|discard">_Don’t Save</property>
+ <property name="label" translatable="yes" context="querysavedialog|discard">Do_n’t Save</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui
index a31f50aa3bcf..68741c6b362d 100644
--- a/svx/uiconfig/ui/crashreportdlg.ui
+++ b/svx/uiconfig/ui/crashreportdlg.ui
@@ -50,7 +50,7 @@ Thank you for your help in improving %PRODUCTNAME.</property>
</child>
<child>
<object class="GtkButton" id="btn_cancel">
- <property name="label" translatable="yes" context="crashreportdlg|btn_cancel">_Don’t Send</property>
+ <property name="label" translatable="yes" context="crashreportdlg|btn_cancel">Do_n’t Send</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
More information about the Libreoffice-commits
mailing list