From 693a5c71f76ded83e2db27bcb950b17bfa5957dd Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Mon, 30 Mar 2015 13:10:36 +0100 Subject: [PATCH] Use a semi-colon to separate sentence fragments for @tfennelly --- .../hudson/model/LoadStatistics/main.properties | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/src/main/resources/hudson/model/LoadStatistics/main.properties b/core/src/main/resources/hudson/model/LoadStatistics/main.properties index ccb9d6e031..8bd2d40967 100644 --- a/core/src/main/resources/hudson/model/LoadStatistics/main.properties +++ b/core/src/main/resources/hudson/model/LoadStatistics/main.properties @@ -26,11 +26,12 @@ blurb=\
\
Number of online executors
\
\ - For a computer, if the computer is online then this is the number of executors that \ - the computer has, if the computer is offline then this is zero. \ - For a label, this is the sum of all executors across all online computers in this label. \ - For the entire Jenkins, this is the sum of all executors across all online computers in this Jenkins \ - installation. Other than configuration changes, this value can also change when slaves go offline. \ + For a computer: if the computer is online then this is the number of executors that \ + the computer has; if the computer is offline then this is zero.
\ + For a label: this is the sum of all executors across all online computers in this label.
\ + For the entire Jenkins: this is the sum of all executors across all online computers in this Jenkins \ + installation.
\ + Other than configuration changes, this value can also change when slaves go offline. \
\
Number of busy executors
\
\ -- GitLab