1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02: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> <item>
<widget class="QStackedWidget" name="stackedWidget"> <widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="accountsPage"> <widget class="QWidget" name="accountsPage">
<layout class="QVBoxLayout" name="verticalLayout_11"> <layout class="QVBoxLayout" name="verticalLayout_11">
@@ -213,8 +213,14 @@
<layout class="QVBoxLayout" name="verticalLayout_16"> <layout class="QVBoxLayout" name="verticalLayout_16">
<item> <item>
<widget class="QCheckBox" name="enableEchonestCatalog"> <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"> <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> </property>
</widget> </widget>
</item> </item>