diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/crashreportdlg.ui | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui index e8d1355e7202..1a32df49e297 100644 --- a/svx/uiconfig/ui/crashreportdlg.ui +++ b/svx/uiconfig/ui/crashreportdlg.ui @@ -1,25 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.19.0 --> <interface> <requires lib="gtk+" version="3.12"/> <object class="GtkDialog" id="CrashReportDialog"> <property name="can_focus">False</property> + <property name="border_width">6</property> + <property name="title" translatable="yes">Crash Report</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">2</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="btn_send"> - <property name="label" translatable="yes">Send report</property> + <property name="label" translatable="yes">_Send Crash Report</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">True</property> @@ -29,10 +34,11 @@ </child> <child> <object class="GtkButton" id="btn_cancel"> - <property name="label" translatable="yes">Don't send report</property> + <property name="label" translatable="yes">_Don’t Send</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">True</property> @@ -52,8 +58,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">We are sorry but it seems that LibreOffice crashed the last time. -You can help us fix this issue by sending the crash report to the -LibreOffice crash reporting server.</property> + +You can help us fix this issue by sending the crash report to the LibreOffice crash reporting server.</property> + <property name="wrap">True</property> </object> <packing> <property name="expand">False</property> |