]> git.sesse.net Git - vlc/blobdiff - modules/access/gnomevfs.c
Use gettext_noop() consistently
[vlc] / modules / access / gnomevfs.c
index 8c5e8fc667a74f67752941aee41f79bd0951f782..8dcf9d0c7938e3ad586599fdfb0ca1cfdfa6a847 100644 (file)
@@ -50,7 +50,7 @@ static void Close( vlc_object_t * );
     "This value should be set in milliseconds." )
 
 vlc_module_begin();
-    set_description( _("GnomeVFS input") );
+    set_description( N_("GnomeVFS input") );
     set_shortname( "GnomeVFS" );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );