From 9e405277a216f935aec3d6b268eade7c4d37702f Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 4 May 2015 12:21:00 +0200 Subject: [PATCH] [FIX] rename more references --- web_menu_autohide/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_menu_autohide/README.rst b/web_menu_autohide/README.rst index d967d86d..883e0030 100644 --- a/web_menu_autohide/README.rst +++ b/web_menu_autohide/README.rst @@ -9,8 +9,8 @@ Configuration To configure this module, you need to: * go to Settings / Technical / Parameters / System Parameters -* adjust `web_hide_menu.show_bar_treshold` to set the distance in pixels from the border from which the menu appears (default is 10 pixels) -* adjust `web_hide_menu.hide_delay` to set the amount of milliseconds after which the menu disappears if the mouse left it (default is 10 seconds) +* adjust `web_menu_autohide.show_bar_treshold` to set the distance in pixels from the border from which the menu appears (default is 10 pixels) +* adjust `web_menu_autohide.hide_delay` to set the amount of milliseconds after which the menu disappears if the mouse left it (default is 10 seconds) Known issues / Roadmap ======================