Commit a9749a24 authored by Hanno Schlichting's avatar Hanno Schlichting

Some wording changes

parent fe4990a3
......@@ -118,7 +118,7 @@ class ZCatalog(Folder, Persistent, Implicit):
{'label': 'Advanced', # TAB: Advanced
'action': 'manage_catalogAdvanced',
'help':('ZCatalog','ZCatalog_Advanced.stx')},
{'label': 'Slow Query Report', # TAB: Slow Query Report
{'label': 'Query Report',
'action': 'manage_catalogReport',
},
{'label': 'Undo', # TAB: Undo
......
......@@ -2,8 +2,8 @@
<dtml-var manage_tabs>
<p class="form-help">
The <strong>slow query report</strong> discovers catalog queries that
perform exceptionally slowly.
The <strong>query report</strong> shows catalog queries that
perform slowly.
</p>
<table width="100%" cellspacing="0" cellpadding="2" border="0">
......@@ -108,7 +108,7 @@
<td align="left" valign="middle">
<p class="form-help">Only queries whose execution
takes longer than the configured threshold are considered
being slow. (Default:&nbsp;0.1&nbsp;seconds).</p>
being slow. (Default 0.1 seconds).</p>
</tr>
</table>
<input class="form-element" type="submit" value="Apply settings">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment