--- a/src/qtgui/idxsched.ui
+++ b/src/qtgui/idxsched.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
- <height>300</height>
+ <height>352</height>
</rect>
</property>
<property name="windowTitle">
@@ -24,8 +24,9 @@
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Recoll</span> indexing can run permanently, indexing files as they change, or run at discrete intervals. </p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reading the manual may help you to decide between these approaches. Hopefuly, F1 should get you there.</p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This tool can help you set up a schedule to automate batch indexing runs, or start real time indexing when you log in (or both actually, which may make sense in some situations). </p></body></html></string>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reading the manual may help you to decide between these approaches (press F1). </p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This tool can help you set up a schedule to automate batch indexing runs, or start real time indexing when you log in (or both, which rarely makes sense). </p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
@@ -38,7 +39,10 @@
<item>
<widget class="QCommandLinkButton" name="cronCLB">
<property name="text">
- <string>Start cron scheduling tool</string>
+ <string>Cron scheduling</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
</property>
<property name="description">
<string>The tool will let you decide at what time indexing should run and will install a crontab entry.</string>
@@ -48,10 +52,13 @@
<item>
<widget class="QCommandLinkButton" name="rtidxCLB">
<property name="text">
- <string>Real time indexing start up options</string>
+ <string>Real time indexing start up</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
</property>
<property name="description">
- <string>Decide if real time indexing will be started when you log in</string>
+ <string>Decide if real time indexing will be started when you log in (only for the default index).</string>
</property>
</widget>
</item>