[Zope-Checkins] SVN: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ Some wording changes
Hanno Schlichting
hannosch at hannosch.eu
Sat Jul 24 11:06:10 EDT 2010
Log message for revision 115013:
Some wording changes
Changed:
U Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py
U Zope/branches/andig-catalog-report/src/Products/ZCatalog/dtml/catalogReport.dtml
-=-
Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py 2010-07-24 14:57:59 UTC (rev 115012)
+++ Zope/branches/andig-catalog-report/src/Products/ZCatalog/ZCatalog.py 2010-07-24 15:06:10 UTC (rev 115013)
@@ -118,7 +118,7 @@
{'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
Modified: Zope/branches/andig-catalog-report/src/Products/ZCatalog/dtml/catalogReport.dtml
===================================================================
--- Zope/branches/andig-catalog-report/src/Products/ZCatalog/dtml/catalogReport.dtml 2010-07-24 14:57:59 UTC (rev 115012)
+++ Zope/branches/andig-catalog-report/src/Products/ZCatalog/dtml/catalogReport.dtml 2010-07-24 15:06:10 UTC (rev 115013)
@@ -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: 0.1 seconds).</p>
+ being slow. (Default 0.1 seconds).</p>
</tr>
</table>
<input class="form-element" type="submit" value="Apply settings">
More information about the Zope-Checkins
mailing list