[vlc-commits] Qt: use a complete sentence

Jean-Baptiste Kempf git at videolan.org
Sat Apr 13 19:46:17 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr 13 19:40:47 2013 +0200| [7d5483f4ffc336fbe28f326e7813667ba75284cb] | committer: Jean-Baptiste Kempf

Qt: use a complete sentence

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d5483f4ffc336fbe28f326e7813667ba75284cb
---

 modules/gui/qt4/components/playlist/standardpanel.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index e528303..df03917 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -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() ) );
     }
 



More information about the vlc-commits mailing list