Commit 7fd87e82 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Fix typo

parent fd08420a
...@@ -64,7 +64,7 @@ OpenUrlDialog::OpenUrlDialog( intf_thread_t *_p_intf, ...@@ -64,7 +64,7 @@ OpenUrlDialog::OpenUrlDialog( intf_thread_t *_p_intf,
edit = new ClickLineEdit( qtr( "Enter URL here..." ), this ); edit = new ClickLineEdit( qtr( "Enter URL here..." ), this );
QLabel *info = new QLabel( qtr( "Please enter the URL or path " 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 ); this );
setToolTip( qtr( "If your clipboard contains a valid URL\n" setToolTip( qtr( "If your clipboard contains a valid URL\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment