Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-04-22 23:36:26 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-04-22 23:36:26 +0400
commitebc2739c89e2dc6f9ef5a6622fb937b73901ba7b (patch)
tree3bac3a5c9e26f4bf851e98a9ecb1ec1f21346593 /doc
parent3319c634cc82db9cf8879ef7edcac604e86e51c0 (diff)
Update documentation.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 88ae1ed477..213822920e 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -1379,7 +1379,7 @@ Navigation panel setup
:type: integer
:default: 25
- The number of items that can be displayed on each page of the first level
+ The number of first level databases that can be displayed on each page
of navigation tree.
.. config:option:: $cfg['MaxNavigationItems']
@@ -1387,8 +1387,8 @@ Navigation panel setup
:type: integer
:default: 250
- The number of items that can be displayed on each page of the
- navigation tree.
+ The number of items (tables, columns, indexes) that can be displayed on each
+ page of the navigation tree.
.. config:option:: $cfg['NavigationTreeEnableGrouping']