diff options
author | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2005-11-25 08:53:57 +0000 |
---|---|---|
committer | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2005-11-25 08:53:57 +0000 |
commit | a04609ede0544e16f7f78898ad67db2986215739 (patch) | |
tree | eea8e3760336a374e21b8d5f0b59056f5be04054 /reports/xsl-transforms/nodes-digest-rss.xsl | |
parent | 6f8ae8fc9b2b958c7f071579c8355d56309c2478 (diff) | |
download | bcfg2-a04609ede0544e16f7f78898ad67db2986215739.tar.gz bcfg2-a04609ede0544e16f7f78898ad67db2986215739.tar.bz2 bcfg2-a04609ede0544e16f7f78898ad67db2986215739.zip |
changed wording about today
(Logical change 1.364)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1522 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/xsl-transforms/nodes-digest-rss.xsl')
-rw-r--r-- | reports/xsl-transforms/nodes-digest-rss.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reports/xsl-transforms/nodes-digest-rss.xsl b/reports/xsl-transforms/nodes-digest-rss.xsl index 174c804e3..06c86c181 100644 --- a/reports/xsl-transforms/nodes-digest-rss.xsl +++ b/reports/xsl-transforms/nodes-digest-rss.xsl @@ -33,7 +33,7 @@ SUMMARY: <xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Modified)" /> nodes were modified in the last run. (includes both good and bad nodes) </xsl:if> <xsl:if test="count(/Report/Node/Statistics/Stale) > 0"> -<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Stale)" /> nodes did not run this calendar day. +<xsl:text> </xsl:text><xsl:value-of select="count(/Report/Node/Statistics/Stale)" /> nodes did not run within the last 24 hours. </xsl:if> DETAILS: <xsl:apply-templates select="Node"> |