Commit a210fe16 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Hotkeys: rename the text/longtext about mousewheel

because x-axis was confusing to some users, notably with the "Magic
mouse"
parent 9cd51319
...@@ -105,8 +105,8 @@ vlc_module_begin () ...@@ -105,8 +105,8 @@ vlc_module_begin ()
set_subcategory( SUBCAT_INTERFACE_HOTKEYS ) set_subcategory( SUBCAT_INTERFACE_HOTKEYS )
add_integer( "hotkeys-mousewheel-mode", MOUSEWHEEL_VOLUME, add_integer( "hotkeys-mousewheel-mode", MOUSEWHEEL_VOLUME,
N_("MouseWheel x-axis Control"), N_("MouseWheel up-down axis Control"),
N_("MouseWheel x-axis can control volume, position or " N_("The MouseWheel up-down (vertical) axis can control volume, position or "
"mousewheel event can be ignored"), false ) "mousewheel event can be ignored"), false )
change_integer_list( i_mode_list, psz_mode_list_text ) change_integer_list( i_mode_list, psz_mode_list_text )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment