Changeset c234419bb4975e62600b9eaeac973ebfb093a1f6

Show
Ignore:
Timestamp:
26/08/08 23:08:13 (3 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1219784893 +0100
git-parent:

[44b76953d1f7b0694f2b9c5da301a00a4b5d29d3]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1219784800 +0100
Message:

i18n: Fix in Qt4/Help

Spotted-by: Cristian Secară

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/dialogs/help.cpp

    rc94d62d rc234419  
    123123            + qfu( VLC_CompileBy() )+ "@" + qfu( VLC_CompileHost() ) + "." 
    124124            + qfu( VLC_CompileDomain() ) + ".\n" 
    125             + "Compiler: " + qfu( VLC_Compiler() ) + ".\n" 
     125            + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n" 
    126126            + qtr( "Based on Git commit: " ) + qfu( VLC_Changeset() ) + ".\n" 
    127127            + qtr( "You are using the Qt4 Interface.\n\n" )