AddonManager: tooltips and minor code formatting

This commit is contained in:
luz.paz
2019-10-10 14:59:27 -04:00
committed by Yorik van Havre
parent 891f8953fe
commit 7f696bd60f
2 changed files with 18 additions and 7 deletions

View File

@@ -17,7 +17,9 @@
<item>
<widget class="QCheckBox" name="checkUpdates">
<property name="toolTip">
<string>If this option is checked, when launching the Addon Manager, installed addons will be checked for available updates (requires the python-git package installed on your system)</string>
<string>If this option is selected, when launching the Addon Manager,
installed addons will be checked for available updates
(this requires the python-git package installed on your system)</string>
</property>
<property name="text">
<string>Automatically check for updates at start (requires python-git)</string>
@@ -34,7 +36,8 @@
<item>
<widget class="QTextEdit" name="customRepositories">
<property name="toolTip">
<string>You can use this window to specify additional addon repositories to be scanned for available addons</string>
<string>You can use this window to specify additional addon repositories
sto be scanned for available addons</string>
</property>
</widget>
</item>