]> git.sesse.net Git - vlc/commitdiff
i18n fix
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 27 May 2010 23:17:45 +0000 (00:17 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 27 May 2010 23:28:59 +0000 (00:28 +0100)
modules/gui/qt4/components/simple_preferences.cpp

index 77ab7a58ecd60b810e2c46410789d3a278a77d6f..57f08ce3c48695aff08f466493013bd14fe24be1 100644 (file)
@@ -524,7 +524,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 )