diff MoinMoin/config/multiconfig.py @ 5597:ced05deb11ae 1.9.2

cfg.history_paging: fix grammar/remove performance warning (we don't do that at other places either)
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Sun, 28 Feb 2010 23:49:03 +0100
parents 395781ee66d7
children 354356b125b4
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Sun Feb 28 23:41:23 2010 +0100
+++ b/MoinMoin/config/multiconfig.py	Sun Feb 28 23:49:03 2010 +0100
@@ -887,7 +887,7 @@
     ('edit_bar', ['Edit', 'Comments', 'Discussion', 'Info', 'Subscribe', 'Quicklink', 'Attachments', 'ActionsMenu'],
      'list of edit bar entries'),
     ('history_count', (100, 200, 5, 10, 25, 50), "Number of revisions shown for info/history action (default_count_shown, max_count_shown, [other values shown as page size choices]). At least first two values (default and maximum) should be provided. If additional values are provided, user will be able to change number of items per page in the UI."),
-    ('history_paging', True, "Enable paging for history. Warning: because event log functions are rather unefficient, enabling this option may lead to possibility of producing heavy requests!"),
+    ('history_paging', True, "Enable paging functionality for info action's history display."),
 
     ('show_hosts', True,
      "if True, show host names and IPs. Set to False to hide them."),