diff options
author | shameempk <mailtoshameempk@gmail.com> | 2019-10-09 21:21:02 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2019-10-10 08:20:25 +0200 |
commit | 4c9cf046be055affee94a533f9db67f6fb0702cb (patch) | |
tree | 733c1b699543c33512fbe985b58d55964ef01ef9 | |
parent | f26a5f32dc11cd8b4a72ef1519b8f38ec80e126c (diff) |
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@documentfoundation.org>
-rw-r--r-- | sfx2/uiconfig/ui/querysavedialog.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/crashreportdlg.ui | 2 |
2 files changed, 2 insertions, 2 deletions
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> |