diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-07-29 23:18:36 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-07-29 23:24:21 +1000 |
commit | 240119833b9b7b2ba1ae0603ffdfc30028d7436c (patch) | |
tree | 2c246bb9cdd72070770c5ff44fcc4f736abd89cc | |
parent | d42d83345280da6e780a2d90b3c5f6dcea989108 (diff) | |
download | pentadactyl-240119833b9b7b2ba1ae0603ffdfc30028d7436c.tar.gz |
Document the required page reload when changing 'go' scrollbar values.
-rw-r--r-- | vimperator/locale/en-US/options.txt | 2 | ||||
-rw-r--r-- | xulmus/locale/en-US/options.txt | 2 |
2 files changed, 4 insertions, 0 deletions
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. ____ |