1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Dialog text - be more helpful.

This commit is contained in:
Jason Herskowitz
2014-09-21 18:12:48 -04:00
parent 8e6319217a
commit 2b8cc7728a
2 changed files with 20 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Note: to import a playlist from Spotify, Rdio, Beats, etc. - simply drag the link into Tomahawk</string> <string>To import a playlist from Spotify, Rdio, Beats, etc. - simply drag the link into Tomahawk.</string>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>

View File

@@ -35,7 +35,25 @@
<item> <item>
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_6">
<property name="text"> <property name="text">
<string>Folders to scan for music files:</string> <string>Folders to scan for music:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>Due to the unique way Tomahawk works, your music files must at least have Artist &amp; Title metadata/ID3 tags to be added to your Collection.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>