Commit 916025b5 authored by Christophe Mutricy's avatar Christophe Mutricy

I18n the string as recomended by the spec

parent af7d0050
...@@ -146,7 +146,7 @@ static int Inhibit( intf_thread_t *p_intf ) ...@@ -146,7 +146,7 @@ static int Inhibit( intf_thread_t *p_intf )
} }
free( psz_app ); free( psz_app );
char *psz_inhibit_reason = strdup( "Playing some media." ); char *psz_inhibit_reason = strdup( _("Playing some media.") );
if( !psz_inhibit_reason ) if( !psz_inhibit_reason )
{ {
dbus_message_unref( p_msg ); dbus_message_unref( p_msg );
......
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