]> git.sesse.net Git - vlc/commitdiff
Stick to American ASCII quotes otherwise gettext will whine.
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 17 Sep 2007 18:48:54 +0000 (18:48 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 17 Sep 2007 18:48:54 +0000 (18:48 +0000)
You can use the nice French double quotes in fr.po instead.

modules/misc/notify/telepathy.c

index b964bc97e635c7c1a2c0589a593574252c1f5530..885bbe7fad353a24abd65598800899ad8d81239b 100644 (file)
@@ -69,7 +69,7 @@ vlc_module_begin();
     set_category( CAT_INTERFACE );
     set_subcategory( SUBCAT_INTERFACE_CONTROL );
     set_shortname( "Telepathy" );
-    set_description( _("Telepathy « Now Playing » using MissionControl") );
+    set_description( _("Telepathy \"Now Playing\" using MissionControl") );
 
     add_string( "telepathy-format", FORMAT_DEFAULT, NULL,
                 FORMAT_TEXT, FORMAT_LONGTEXT, VLC_FALSE );