Commit d3b7e531 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix invalid use of gettext

parent 8766feda
......@@ -96,7 +96,7 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
closeButton->setDefault( true );
QLabel *introduction = new QLabel(
qtr( "VLC media player" " " VERSION_MESSAGE ) );
qtr( "VLC media player" ) + qfu( " " VERSION_MESSAGE );
QLabel *iconVLC = new QLabel;
if( QDate::currentDate().dayOfYear() >= 354 )
iconVLC->setPixmap( QPixmap( ":/vlc48-christmas.png" ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment