[vlc-commits] Qt: Fix typo
Jean-Baptiste Kempf
git at videolan.org
Wed Jan 4 01:36:14 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 4 01:32:13 2012 +0100| [7fd87e8200ba6e174320e04f798af9e95a43207b] | committer: Jean-Baptiste Kempf
Qt: Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7fd87e8200ba6e174320e04f798af9e95a43207b
---
modules/gui/qt4/dialogs/openurl.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/openurl.cpp b/modules/gui/qt4/dialogs/openurl.cpp
index 56ab915..a3726f9 100644
--- a/modules/gui/qt4/dialogs/openurl.cpp
+++ b/modules/gui/qt4/dialogs/openurl.cpp
@@ -64,7 +64,7 @@ OpenUrlDialog::OpenUrlDialog( intf_thread_t *_p_intf,
edit = new ClickLineEdit( qtr( "Enter URL here..." ), this );
QLabel *info = new QLabel( qtr( "Please enter the URL or path "
- "to the media you want to play"),
+ "to the media you want to play."),
this );
setToolTip( qtr( "If your clipboard contains a valid URL\n"
More information about the vlc-commits
mailing list