[vlc-commits] commit: i18n fix (Christophe Mutricy )
git at videolan.org
git at videolan.org
Fri May 28 01:30:29 CEST 2010
vlc/vlc-1.1 | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri May 28 00:17:45 2010 +0100| [0d11f759fc0d9e4287b585a9fd87355994dccd5a] | committer: Christophe Mutricy
i18n fix
(cherry picked from commit 8d4ed76f1893399092b8fdb2b9ec00c700ea9e7b)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=0d11f759fc0d9e4287b585a9fd87355994dccd5a
---
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 9520772..ecbc26a 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -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 )
More information about the vlc-commits
mailing list