]> git.sesse.net Git - vlc/blobdiff - modules/control/lirc.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / control / lirc.c
index b3613e1ae415717c48f7338dd6107b80e1c2210b..5688c97ab106c2e64038f3d05faf42d113b62ff3 100644 (file)
@@ -43,7 +43,7 @@
 
 #include <lirc/lirc_client.h>
 
-#define LIRC_TEXT N_("Change the lirc configuration file.")
+#define LIRC_TEXT N_("Change the lirc configuration file")
 #define LIRC_LONGTEXT N_( \
     "Tell lirc to read this configuration file. By default it " \
     "searches in the users home directory." )
@@ -184,7 +184,7 @@ static void Process( intf_thread_t *p_intf )
                 if( i_key )
                     var_SetInteger( p_intf->p_libvlc, "key-action", i_key );
                 else
-                    msg_Err( p_intf, "Unknown hotkey '%s'.", c );
+                    msg_Err( p_intf, "Unknown hotkey '%s'", c );
             }
             else if( !strncmp( "menu ", c, 5)  )
             {