1
0
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:
Leo Franchi
2011-08-28 10:40:24 -04:00
parent 6cca932bf4
commit 5c5042769b

View File

@@ -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