From 240119833b9b7b2ba1ae0603ffdfc30028d7436c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 29 Jul 2009 23:18:36 +1000 Subject: [PATCH] Document the required page reload when changing 'go' scrollbar values. --- vimperator/locale/en-US/options.txt | 2 ++ xulmus/locale/en-US/options.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index 1ae268ce..2c2e308b 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -372,6 +372,8 @@ Show or hide certain GUI elements like the menu or toolbar. Supported characters ---------------- You can also hide the tab bar with [c]:set showtabline=0[c]. + +Note: scrollbar changes require a page reload to take effect. ____ diff --git a/xulmus/locale/en-US/options.txt b/xulmus/locale/en-US/options.txt index 8706a823..b44bacb1 100644 --- a/xulmus/locale/en-US/options.txt +++ b/xulmus/locale/en-US/options.txt @@ -372,6 +372,8 @@ Show or hide certain GUI elements like the menu or toolbar. Supported characters ---------------- You can also hide the tab bar with [c]:set showtabline=0[c]. + +Note: scrollbar changes require a page reload to take effect. ____