Use a single label for the text at the top of the soundcloud settings page.

This commit is contained in:
Mattias Andersson 2014-05-04 08:31:15 +02:00
parent 0d71067333
commit f91c162ba3
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>