1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 17:20:26 +02:00

adjust station summaries to look the same everywhere

This commit is contained in:
Michael Zanetti
2013-06-29 22:24:50 +02:00
parent d65de01847
commit cee26a77c3
6 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ Item {
HeaderLabel {
id: headerText
text: "Create station by artist..."
text: "Enter or pick an artist"
}
Row {

View File

@@ -46,7 +46,7 @@ Item {
HeaderLabel {
id: headerText
anchors.horizontalCenter: parent.horizontalCenter
text: "Create station by genre..."
text: "Enter or pick a genre"
}
Row {

View File

@@ -28,7 +28,7 @@ Item {
HeaderLabel {
id: headerText
text: "Create station by year..."
text: "Enter a year or pick a range"
}
Row {