You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/08/08 01:31:04 UTC

svn commit: r1154794 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ExceptionDisplay.tml

Author: hlship
Date: Sun Aug  7 23:31:04 2011
New Revision: 1154794

URL: http://svn.apache.org/viewvc?rev=1154794&view=rev
Log:
Simplify the label in the exception report that toggles full vs. filtered stack frames

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ExceptionDisplay.tml

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ExceptionDisplay.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ExceptionDisplay.tml?rev=1154794&r1=1154793&r2=1154794&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ExceptionDisplay.tml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ExceptionDisplay.tml Sun Aug  7 23:31:04 2011
@@ -17,7 +17,7 @@
                         <dt>
                             <span class="t-exception-stack-controls">
                                 <input type="checkbox" id="${toggleId}" checked="checked"/>
-                                <label for="${toggleId}">Hide uninteresting stack frames</label>
+                                <label for="${toggleId}">Filter stack frames</label>
                             </span>
                             Stack trace
                         </dt>