]> git.sesse.net Git - vlc/commitdiff
i18n fix
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 7 Sep 2008 22:18:39 +0000 (23:18 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 7 Sep 2008 23:06:31 +0000 (00:06 +0100)
modules/gui/qt4/components/info_panels.cpp

index da90cab870faa3637a07c5e831df996450c0f014..5b78c9b7665806573681e43f2496aae80de4aeb7 100644 (file)
@@ -126,7 +126,7 @@ MetaPanel::MetaPanel( QWidget *parent,
     nowplaying_text->setReadOnly( true );
     ADD_META_2( VLC_META_PUBLISHER, publisher_text );
     ADD_META_2( VLC_META_COPYRIGHT, copyright_text );
-    ADD_META_2( "Comments", description_text );
+    ADD_META_2( N_("Comments"), description_text );
 
 /* useless metadata */