1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Changed wording and add a tooltip

This commit is contained in:
Leo Franchi 2011-09-30 19:03:03 -04:00
parent 625dc0304b
commit 8f181bc4a0

View File

@ -85,7 +85,7 @@
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="accountsPage">
<layout class="QVBoxLayout" name="verticalLayout_11">
@ -213,8 +213,14 @@
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<widget class="QCheckBox" name="enableEchonestCatalog">
<property name="toolTip">
<string>The Echo Nest supports keeping track of your catalog metadata
and using it to craft personalized radios. Enabling this option
will allow you (and all your friends) to create automatic playlists
and stations based on your personal taste profile.</string>
</property>
<property name="text">
<string>Upload catalog to The Echo Nest to enable recommended radios.</string>
<string>Upload collection list to The Echo Nest to enable user radio</string>
</property>
</widget>
</item>