[vlc-commits] Hotkeys: rename the text/longtext about mousewheel

Jean-Baptiste Kempf git at videolan.org
Tue Nov 1 09:15:03 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov  1 09:11:38 2011 +0100| [a210fe16911bf66cb543a1afd928bea59c5aedce] | committer: Jean-Baptiste Kempf

Hotkeys: rename the text/longtext about mousewheel

because x-axis was confusing to some users, notably with the "Magic
mouse"

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a210fe16911bf66cb543a1afd928bea59c5aedce
---

 modules/control/hotkeys.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/control/hotkeys.c b/modules/control/hotkeys.c
index d90c32d..f6b9c69 100644
--- a/modules/control/hotkeys.c
+++ b/modules/control/hotkeys.c
@@ -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 )
 



More information about the vlc-commits mailing list