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

git version control git at videolan.org
Tue Sep 23 23:52:32 CEST 2008


vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Sun Sep  7 23:18:39 2008 +0100| [6231026945e9bb5c95569209e87d1ba2e24bcd67] | committer: Christophe Mutricy 

i18n fix
(cherry picked from commit eaff51d86a9b7816c43c4a4f51ecc329084df8f8)

Signed-off-by: Christophe Mutricy <xtophe at videolan.org>

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

 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