[PATCH] testbot/web: Slightly tweak the activity history description.

Francois Gouget fgouget at codeweavers.com
Thu Oct 24 07:13:56 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Stats.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl
index 91106bbc8..4c213ab45 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -222,7 +222,7 @@ sub GenerateBody($)
 
   print "<tr><td class='StatSeparator'>Activity</td><td colspan='2'><hr></td></tr>\n";
   my $VMsStats = $Stats->{vms};
-  _GenGlobalLine($VMsStats, "elapsed", "Activity history", "How far the activity records go. This is used for the VM and VM host tables.");
+  _GenGlobalLine($VMsStats, "elapsed", "Activity history", "How far back the activity records go. This is used for the VM and VM host tables.");
   _GenGlobalLine($GlobalStats, "records.count", "Record count", "The number of activity records.");
 
   print "</tbody></table></div>\n";
-- 
2.20.1




More information about the wine-devel mailing list