[Libreoffice-commits] core.git: sfx2/uiconfig
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Sun Apr 2 03:11:53 UTC 2017
sfx2/uiconfig/ui/helpmanual.ui | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 170b4f451d752d92dd56880a04d64ebad5b165a4
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Sat Apr 1 21:10:58 2017 -0600
tdf#103391 Add missing title and secondary text to message box
Change-Id: Ib3066f2b9134a07ee63cd9e36908690bf56d49fb
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>
More information about the Libreoffice-commits
mailing list