[vlc-commits] Typo

Christoph Miebach git at videolan.org
Tue Jul 3 17:04:14 CEST 2012


vlc | branch: master | Christoph Miebach <christoph.miebach at web.de> | Tue Jul  3 11:06:21 2012 +0200| [ac5643018e2f71104e1ffc968b8b0e5f5b72eb44] | committer: Rémi Denis-Courmont

Typo

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 modules/gui/qt4/components/playlist/standardpanel.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index eda2cfc..72107d2 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -268,9 +268,9 @@ bool StandardPLPanel::eventFilter ( QObject *obj, QEvent * event )
                                   Qt::AlignHCenter,
                                   palette(),
                                   true,
-                                  qtr("Playlist is currently Empty\n"
+                                  qtr("Playlist is currently empty.\n"
                                       "Drop a file here or select a "
-                                      "media source from the left"),
+                                      "media source from the left."),
                                   QPalette::Text );
         }
     }



More information about the vlc-commits mailing list