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 /sfx2/uiconfig/ui | |
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>
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/querysavedialog.ui | 2 |
1 files changed, 1 insertions, 1 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> |