]> git.sesse.net Git - vlc/commitdiff
I18n the string as recomended by the spec
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 18 Jan 2009 18:04:14 +0000 (18:04 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 18 Jan 2009 19:27:06 +0000 (19:27 +0000)
modules/misc/inhibit.c

index f0da45ac45eb8ee95f47d9c8498563b3dd027dfb..47774933fb0c19f7b4cff67d71f74a8afdaac5d1 100644 (file)
@@ -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 );