]> git.sesse.net Git - vlc/commitdiff
i18n: Fix in Qt4/Help
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 26 Aug 2008 21:06:40 +0000 (22:06 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 26 Aug 2008 21:08:13 +0000 (22:08 +0100)
Spotted-by: Cristian Secară
modules/gui/qt4/dialogs/help.cpp

index 41352b034763abb167ffda419971f7398afbbde7..bf0138013730870e34a21c076e18809ae5b2429f 100644 (file)
@@ -122,7 +122,7 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
             + qtr( "This version of VLC was compiled by:\n " )
             + qfu( VLC_CompileBy() )+ "@" + qfu( VLC_CompileHost() ) + "."
             + qfu( VLC_CompileDomain() ) + ".\n"
-            + "Compiler: " + qfu( VLC_Compiler() ) + ".\n"
+            + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n"
             + qtr( "Based on Git commit: " ) + qfu( VLC_Changeset() ) + ".\n"
             + qtr( "You are using the Qt4 Interface.\n\n" )
             + qtr( "Copyright (C) " ) + COPYRIGHT_YEARS