From 320632f7f4f172183828ee7d66646d68ced192e0 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 13 Apr 2012 12:55:26 +0200 Subject: [PATCH] Renamed running to started in queue. --- src/root/common.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/common.tt b/src/root/common.tt index 85aab482..fe8da617 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -107,7 +107,7 @@ [%- END -%] [% IF showSchedulingInfo %] - [%- IF build.busy %]Running[% ELSE %]Queued[% END %] + [%- IF build.busy %]Started[% ELSE %]Queued[% END %] [% END %] [% build.id %] [%- IF showSchedulingInfo -%]