]> git.sesse.net Git - vlc/commitdiff
Hotkeys: rename the text/longtext about mousewheel
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Nov 2011 08:11:38 +0000 (09:11 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Nov 2011 08:11:38 +0000 (09:11 +0100)
because x-axis was confusing to some users, notably with the "Magic
mouse"

modules/control/hotkeys.c

index d90c32dc81fb96b350252d551ae0fdbf1318df45..f6b9c693e406cc44bb2731d54d5b61ccb715515b 100644 (file)
@@ -105,8 +105,8 @@ vlc_module_begin ()
     set_subcategory( SUBCAT_INTERFACE_HOTKEYS )
 
     add_integer( "hotkeys-mousewheel-mode", MOUSEWHEEL_VOLUME,
-                 N_("MouseWheel x-axis Control"),
-                 N_("MouseWheel x-axis can control volume, position or "
+                 N_("MouseWheel up-down axis Control"),
+                 N_("The MouseWheel up-down (vertical) axis can control volume, position or "
                     "mousewheel event can be ignored"), false )
             change_integer_list( i_mode_list, psz_mode_list_text )