]> git.sesse.net Git - vlc/blobdiff - modules/misc/testsuite/test4.c
Use gettext_noop() consistently
[vlc] / modules / misc / testsuite / test4.c
index b7af339af43659347d34fb9f4e11f9adecb09522..e7e7aad23588fb1fc2874e8f411aa35b887591cf 100644 (file)
@@ -64,7 +64,7 @@ static int    Signal    ( vlc_object_t *, char const *,
  * Module descriptor.
  *****************************************************************************/
 vlc_module_begin();
-    set_description( _("Miscellaneous stress tests") );
+    set_description( N_("Miscellaneous stress tests") );
     var_Create( p_module->p_libvlc, "foo-test",
                 VLC_VAR_VOID | VLC_VAR_ISCOMMAND );
     var_AddCallback( p_module->p_libvlc, "foo-test", Foo, NULL );