[vlc-devel] commit: i18n fix (Christophe Mutricy )

git version control git at videolan.org
Mon Sep 8 01:03:23 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Sep  7 23:18:39 2008 +0100| [eaff51d86a9b7816c43c4a4f51ecc329084df8f8] | committer: Christophe Mutricy 

i18n fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eaff51d86a9b7816c43c4a4f51ecc329084df8f8
---

 modules/gui/qt4/components/info_panels.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index da90cab..5b78c9b 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -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 */
 




More information about the vlc-devel mailing list