From 2c6dd5e6276d04702ccf76a7d71c860ed7921ef9 Mon Sep 17 00:00:00 2001 From: David Alberto Date: Fri, 3 Jul 2015 09:33:40 -0400 Subject: [PATCH] LoadStatistics: fix spacing issue in message bundle pretty minor, but some words were joined together when rendering the message in the load statistics page. --- .../resources/hudson/model/LoadStatistics/main.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/hudson/model/LoadStatistics/main.properties b/core/src/main/resources/hudson/model/LoadStatistics/main.properties index 8bd2d4096749..9fc34ab657e7 100644 --- a/core/src/main/resources/hudson/model/LoadStatistics/main.properties +++ b/core/src/main/resources/hudson/model/LoadStatistics/main.properties @@ -57,8 +57,8 @@ blurb=\ adding more computers.\ \ \ -

Note:The number of busy executors and the number of available executors need not \ - necessarily be equal to the number of online executors as executors can be suspended from\ +

Note: The number of busy executors and the number of available executors need not \ + necessarily be equal to the number of online executors as executors can be suspended from \ accepting builds and thus be neither busy nor available.

\

The graph is an exponential moving average of periodically collected data values. \ 3 timespans are updated every 10 seconds, 1 minute and 1 hour respectively.