diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-07-25 13:55:47 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-31 20:17:34 +0000 |
commit | 3a7aa4cb86a62249ff2193238b94cfa3a60dffff (patch) | |
tree | 018d436f506f5ee24c1dbbbc57a3ac0a7d1e2a02 /svx/uiconfig | |
parent | 190e19d391620f61cd1bdc7d76094eba36b3dd8b (diff) |
Remove unnecessary label tdf#99341
Remove unnecessary label, update the explanation
of the buttons, and reduce the width of the
document recovery dialog.
Change-Id: I74081d8fd479de419c3be4456228e3415ccc0483
Reviewed-on: https://gerrit.libreoffice.org/27511
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/docrecoveryrecoverdialog.ui | 35 |
1 files changed, 9 insertions, 26 deletions
diff --git a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui index 4fff5a43cc1c..1b7b08b9dea7 100644 --- a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui +++ b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui @@ -18,12 +18,11 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="next"> - <property name="label" translatable="yes">_Start</property> + <object class="GtkButton" id="cancel"> + <property name="label" translatable="yes">_Discard</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> @@ -34,11 +33,12 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label" translatable="yes">_Discard</property> + <object class="GtkButton" id="next"> + <property name="label" translatable="yes">_Start</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> </object> @@ -69,14 +69,12 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="row_spacing">24</property> + <property name="row_spacing">10</property> <child> <object class="GtkLabel" id="desc"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Press 'Start' to start the recovery process of the documents listed below. - -Press 'Discard' to abandon attempting recovery of these documents.</property> + <property name="label" translatable="yes">%PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Start' to begin the process, or click 'Discard' to cancel the recovery.</property> <property name="wrap">True</property> <property name="max_width_chars">87</property> <property name="xalign">0</property> @@ -170,21 +168,6 @@ Press 'Discard' to abandon attempting recovery of these documents.</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="row_spacing">6</property> - <child> - <object class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Recovering document:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">progress</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> <child> <object class="GtkHBox" id="progress"> <property name="visible">True</property> @@ -196,7 +179,7 @@ Press 'Discard' to abandon attempting recovery of these documents.</property> </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> </packing> </child> </object> @@ -221,8 +204,8 @@ Press 'Discard' to abandon attempting recovery of these documents.</property> </object> </child> <action-widgets> - <action-widget response="0">next</action-widget> <action-widget response="0">cancel</action-widget> + <action-widget response="0">next</action-widget> </action-widgets> </object> </interface> |