Commit 0d11f759 authored by Christophe Mutricy's avatar Christophe Mutricy

i18n fix

(cherry picked from commit 8d4ed76f1893399092b8fdb2b9ec00c700ea9e7b)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 2562cdb5
......@@ -520,7 +520,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
// ui.defaultLabel->setFont( italicFont );
ui.skinsLabel->setText(
qtr( "This is VLC's skinnable interface. You can download other skins at" )
+ QString( " <a href=\"http://www.videolan.org/vlc/skins.php\">VLC skins website</a>." ) );
+ QString( " <a href=\"http://www.videolan.org/vlc/skins.php\">" )
+ qtr( "VLC skins website" )+ QString( "</a>." ) );
ui.skinsLabel->setFont( italicFont );
#if defined( WIN32 )
......
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