summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig/ui/querysavedialog.ui
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2014-08-01 21:11:10 -0500
committerOlivier Hallot <olivier.hallot@edx.srv.br>2014-08-05 13:34:02 +0000
commit10abd657aacea884f520c97054625a94184c4aca (patch)
tree89348759bd2c67024a21a0d0c1d6ee5ed34c733a /sfx2/uiconfig/ui/querysavedialog.ui
parente0a2be865f31457b154acf2e0dd1baeae65f7f93 (diff)
fdo#82017: Rename 'Close without saving' button to 'Don't Save'.
It matches other applications both in Windows and OS X. Users expect to press the 'D' key to activate this button. Also, it's shorter. Change-Id: I08f80fd9dbfbc5e2a5dc69ff2f72d55b80ccda5a Reviewed-on: https://gerrit.libreoffice.org/10685 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'sfx2/uiconfig/ui/querysavedialog.ui')
-rw-r--r--sfx2/uiconfig/ui/querysavedialog.ui7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/uiconfig/ui/querysavedialog.ui b/sfx2/uiconfig/ui/querysavedialog.ui
index 64ca5f3e3f01..93a67c336670 100644
--- a/sfx2/uiconfig/ui/querysavedialog.ui
+++ b/sfx2/uiconfig/ui/querysavedialog.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.1 -->
<interface>
- <!-- interface-requires gtk+ 3.0 -->
+ <requires lib="gtk+" version="3.0"/>
<object class="GtkMessageDialog" id="QuerySaveDialog">
<property name="can_focus">False</property>
<property name="border_width">12</property>
@@ -15,14 +16,14 @@
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">24</property>
+ <property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="messagedialog-action_area">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="discard">
- <property name="label" translatable="yes">Close _without saving</property>
+ <property name="label" translatable="yes">_Don’t Save</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>