diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-04-01 21:10:58 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-04-01 21:10:58 -0600 |
commit | 170b4f451d752d92dd56880a04d64ebad5b165a4 (patch) | |
tree | 7178ae2d4572374eff110827ee94ffd133f66a9a | |
parent | 8e0201fe535daa888aded842043b2a28fe645390 (diff) |
tdf#103391 Add missing title and secondary text to message box
Change-Id: Ib3066f2b9134a07ee63cd9e36908690bf56d49fb
-rw-r--r-- | sfx2/uiconfig/ui/helpmanual.ui | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/uiconfig/ui/helpmanual.ui b/sfx2/uiconfig/ui/helpmanual.ui index ac6ab51fa67d..20299bd055df 100644 --- a/sfx2/uiconfig/ui/helpmanual.ui +++ b/sfx2/uiconfig/ui/helpmanual.ui @@ -4,16 +4,18 @@ <requires lib="gtk+" version="3.20"/> <object class="GtkMessageDialog" id="onlinehelpmanual"> <property name="can_focus">False</property> + <property name="border_width">6</property> + <property name="title" translatable="yes">%PRODUCTNAME Help Not Installed</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> - <property name="message_type">question</property> - <property name="text" translatable="yes"> %PRODUCTNAME built-in help is not installed</property> + <property name="text" translatable="yes">The %PRODUCTNAME built-in help is not installed on your computer.</property> + <property name="secondary_text" translatable="yes">You may either install it from our website or your system’s repositories, or read an online version.</property> <child internal-child="vbox"> <object class="GtkBox" id="internal_box"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">2</property> + <property name="spacing">6</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="btnbox"> <property name="can_focus">False</property> |