Skip to content

Commit

Permalink
Add line break in 3rd paragraph of the long explanatory text in PLAYL…
Browse files Browse the repository at this point in the history
…IST page of the Library view. Improves readability a bit on wide screens. No effect for i18n.
  • Loading branch information
esbrandt committed Feb 25, 2018
1 parent 9381ad9 commit 3197e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/playlistfeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ QString PlaylistFeature::getRootViewHtml() const {
html.append(QString("<h2>%1</h2>").arg(playlistsTitle));
html.append(QString("<p>%1</p>").arg(playlistsSummary));
html.append(QString("<p>%1</p>").arg(playlistsSummary2));
html.append(QString("<p>%1 %2</p>").arg(playlistsSummary3,
html.append(QString("<p>%1<br>%2</p>").arg(playlistsSummary3,
playlistsSummary4));
html.append(QString("<a style=\"color:#0850D0;\" href=\"create\">%1</a>")
.arg(createPlaylistLink));
Expand Down

0 comments on commit 3197e06

Please sign in to comment.