]> git.sesse.net Git - vlc/commitdiff
Forgotten ' ' space in longhelp.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2009 20:48:39 +0000 (21:48 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2009 20:48:39 +0000 (21:48 +0100)
modules/control/hotkeys.c

index 4f4ca9f6eed544cb55962269820124bb7d679a92..476d36dc3ca8335b109b53eac894b0859a3c19c0 100644 (file)
@@ -106,7 +106,7 @@ vlc_module_begin ()
 
     add_integer( "hotkeys-mousewheel-mode", MOUSEWHEEL_VOLUME, NULL,
                  N_("MouseWheel x-axe Control"),
-                 N_("MouseWheel x-axe can control volume, position or"
+                 N_("MouseWheel x-axe can control volume, position or "
                     "mousewheel event can be ignored"), false )
             change_integer_list( i_mode_list, psz_mode_list_text, NULL )