Commit 7d5483f4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use a complete sentence

parent ddfbadf3
...@@ -231,7 +231,7 @@ bool StandardPLPanel::popup( const QModelIndex & index, const QPoint &point, con ...@@ -231,7 +231,7 @@ bool StandardPLPanel::popup( const QModelIndex & index, const QPoint &point, con
} }
if( model->canEdit() ) { if( model->canEdit() ) {
menu.addAction( QIcon( ":/toolbar/clear" ), qtr("Clear playlist"), menu.addAction( QIcon( ":/toolbar/clear" ), qtr("Clear the playlist"),
model, SLOT( clearPlaylist() ) ); model, SLOT( clearPlaylist() ) );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment