Commit f6911cc8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Stick to American ASCII quotes otherwise gettext will whine.

You can use the nice French double quotes in fr.po instead.
parent 15e5136b
...@@ -69,7 +69,7 @@ vlc_module_begin(); ...@@ -69,7 +69,7 @@ vlc_module_begin();
set_category( CAT_INTERFACE ); set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_CONTROL ); set_subcategory( SUBCAT_INTERFACE_CONTROL );
set_shortname( "Telepathy" ); set_shortname( "Telepathy" );
set_description( _("Telepathy « Now Playing » using MissionControl") ); set_description( _("Telepathy \"Now Playing\" using MissionControl") );
add_string( "telepathy-format", FORMAT_DEFAULT, NULL, add_string( "telepathy-format", FORMAT_DEFAULT, NULL,
FORMAT_TEXT, FORMAT_LONGTEXT, VLC_FALSE ); FORMAT_TEXT, FORMAT_LONGTEXT, VLC_FALSE );
......
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