]> git.sesse.net Git - vlc/commitdiff
Qt: Missing .
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Feb 2012 18:17:17 +0000 (19:17 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Feb 2012 18:17:17 +0000 (19:17 +0100)
modules/gui/qt4/dialogs/plugins.cpp

index bd37b610d4f35303a8c800fbf138f09c94ccd9fa..65931020978c63621298a13c8fa6020e796935ba 100644 (file)
@@ -195,7 +195,7 @@ ExtensionTab::ExtensionTab( intf_thread_t *p_intf )
 
     QLabel *notice = new QLabel( qtr("Get more extensions from")
             + QString( " <a href=\"http://addons.videolan.org/\">"
-                       "addons.videolan.org</a>" ) );
+                       "addons.videolan.org</a>." ) );
     notice->setOpenExternalLinks( true );
     layout->addWidget( notice );