]> git.sesse.net Git - vlc/commitdiff
Qt: use a complete sentence
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 13 Apr 2013 17:40:47 +0000 (19:40 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 13 Apr 2013 17:41:12 +0000 (19:41 +0200)
modules/gui/qt4/components/playlist/standardpanel.cpp

index e528303b77a3b5703b21e1513ba0103c278c4bcc..df03917759b2a31f668a2782f4470d8dbccfc474 100644 (file)
@@ -231,7 +231,7 @@ bool StandardPLPanel::popup( const QModelIndex & index, const QPoint &point, con
     }
 
     if( model->canEdit() ) {
-        menu.addAction( QIcon( ":/toolbar/clear" ), qtr("Clear playlist"),
+        menu.addAction( QIcon( ":/toolbar/clear" ), qtr("Clear the playlist"),
                         model, SLOT( clearPlaylist() ) );
     }