mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Update overlay text
This commit is contained in:
@@ -138,7 +138,7 @@ WelcomeWidget::updatePlaylists()
|
|||||||
int num = ui->playlistWidget->model()->rowCount( QModelIndex() );
|
int num = ui->playlistWidget->model()->rowCount( QModelIndex() );
|
||||||
if ( num == 0 )
|
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();
|
ui->playlistWidget->overlay()->show();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user