You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/23 17:43:00 UTC

svn commit: r291141 - /maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/ProjectBuild.vm

Author: evenisse
Date: Fri Sep 23 08:42:57 2005
New Revision: 291141

URL: http://svn.apache.org/viewcvs?rev=291141&view=rev
Log:
Fix text when there aren't changes

Modified:
    maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/ProjectBuild.vm

Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/ProjectBuild.vm
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/ProjectBuild.vm?rev=291141&r1=291140&r2=291141&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/ProjectBuild.vm (original)
+++ maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/ProjectBuild.vm Fri Sep 23 08:42:57 2005
@@ -42,7 +42,7 @@
   <h4>Changes</h4>
   <p>
     #if ( $build.scmResult.changes.size() == 0 )
-    <b>No changes</b>
+    <b>No files changed</b>
     #else
     <table border="1" cellspacing="2" cellpadding="3" width="100%">
       #foreach ( $changeSet in $build.scmResult.changes )