[vlc-devel] [PATCH 4/6] Typo
Christoph Miebach
christoph.miebach at web.de
Tue Jul 3 11:06:21 CEST 2012
---
.../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 );
}
}
--
1.7.9.2
More information about the vlc-devel
mailing list