]> git.sesse.net Git - vlc/blobdiff - modules/control/rc.c
Use gettext_noop() consistently
[vlc] / modules / control / rc.c
index b3fead07f72412f0e961708e2a06a0a51e98043f..3bfd0a62babd4ec032cae6b50ce336e9f4a1e647 100644 (file)
@@ -180,10 +180,10 @@ static void __msg_rc( intf_thread_t *p_intf, const char *psz_fmt, ... )
 #endif
 
 vlc_module_begin();
-    set_shortname( _("RC"));
+    set_shortname( N_("RC"));
     set_category( CAT_INTERFACE );
     set_subcategory( SUBCAT_INTERFACE_MAIN );
-    set_description( _("Remote control interface") );
+    set_description( N_("Remote control interface") );
     add_bool( "rc-show-pos", 0, NULL, POS_TEXT, POS_LONGTEXT, true );
 
 #ifdef WIN32