[vlc-devel] commit: I18n the string as recomended by the spec (Christophe Mutricy )

git version control git at videolan.org
Sun Jan 18 20:29:02 CET 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Jan 18 18:04:14 2009 +0000| [916025b5e0401268d0003b4e38df99c91d5bd514] | committer: Christophe Mutricy 

I18n the string as recomended by the spec

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

 modules/misc/inhibit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/inhibit.c b/modules/misc/inhibit.c
index f0da45a..4777493 100644
--- a/modules/misc/inhibit.c
+++ b/modules/misc/inhibit.c
@@ -146,7 +146,7 @@ static int Inhibit( intf_thread_t *p_intf )
     }
     free( psz_app );
 
-    char *psz_inhibit_reason = strdup( "Playing some media." );
+    char *psz_inhibit_reason = strdup( _("Playing some media.") );
     if( !psz_inhibit_reason )
     {
         dbus_message_unref( p_msg );




More information about the vlc-devel mailing list