aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-01-18 17:07:40 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-01-18 17:07:50 +0100
commitd2f4b79ac7df4f29364d84cd9bdfc27df62c97a0 (patch)
treeff41c7244601057120ba02a7c3e5b8535949a8b7 /sonar-core/src
parentc65068d2c6e3a9c9d9e044d6cc31fcf90d702edf (diff)
downloadsonarqube-d2f4b79ac7df4f29364d84cd9bdfc27df62c97a0.tar.gz
sonarqube-d2f4b79ac7df4f29364d84cd9bdfc27df62c97a0.zip
update working on background tasks page, again
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index a1ffd2123a2..04de62241c9 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3067,7 +3067,7 @@ background_task.status.FAILED=Failed
background_task.status.CANCELED=Canceled
background_tasks.page=Background Tasks
-background_tasks.page.description=The server processes reports submitted by batch analysis. This page allows monitoring of the queue of reports to process, and gives access to the history of past analyses.
+background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks, their status and logs. Analysis report processing is the most common kind of background task.
background_tasks.currents_filter.ALL=All
background_tasks.currents_filter.ONLY_CURRENTS=Only Latest Analysis