[vlc-commits] commit: i18n fix (Christophe Mutricy )
git at videolan.org
git at videolan.org
Fri May 28 01:29:14 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri May 28 00:17:45 2010 +0100| [becf1111d668e6cf36c3d4bd53b1dc633c25bea9] | committer: Christophe Mutricy
i18n fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=becf1111d668e6cf36c3d4bd53b1dc633c25bea9
---
modules/gui/qt4/components/simple_preferences.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 77ab7a5..57f08ce 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -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 )
More information about the vlc-commits
mailing list