Merge pull request #4330 from paperbagcorner/soundcloudsettingslabel

Use a single label for the text at the top of the soundcloud settings page
This commit is contained in:
David Sansome 2014-05-04 16:57:57 +10:00
commit fb0ce01202
1 changed files with 6 additions and 7 deletions

View File

@ -20,15 +20,14 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>You don't need to be logged in to search and to listen to music on SoundCloud.</string>
<property name="enabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>However, you need to login to access your playlists and your stream.</string>
<string>You don't need to be logged in to search and to listen to music on SoundCloud. However, you need to login to access your playlists and your stream.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>