Francois Gouget : testbot/web: Slightly tweak the activity history description.

Alexandre Julliard julliard at winehq.org
Sun Oct 27 14:19:44 CDT 2019


Module: tools
Branch: master
Commit: 140a70c267068fe5d3f5c5ad58a8bf578d1a72dc
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=140a70c267068fe5d3f5c5ad58a8bf578d1a72dc

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Oct 24 14:13:56 2019 +0200

testbot/web: Slightly tweak the activity history description.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 b08c738..43f1494 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -254,7 +254,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";




More information about the wine-cvs mailing list