Commit 62310269 authored by Christophe Mutricy's avatar Christophe Mutricy

i18n fix

(cherry picked from commit eaff51d8)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 5a895c4e
......@@ -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 */
......
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