mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Update overlay text
This commit is contained in:
@@ -138,7 +138,7 @@ WelcomeWidget::updatePlaylists()
|
||||
int num = ui->playlistWidget->model()->rowCount( QModelIndex() );
|
||||
if ( num == 0 )
|
||||
{
|
||||
ui->playlistWidget->overlay()->setText( tr( "You have not played any playlists yet." ) );
|
||||
ui->playlistWidget->overlay()->setText( tr( "No recently created playlists in your network." ) );
|
||||
ui->playlistWidget->overlay()->show();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user