diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-07 22:54:00 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-07 22:54:00 +0100 |
commit | 58f565c07537f6183e792da6ffb0d47c3766f78c (patch) | |
tree | 4b2bbdabec5214fb424b865fd5fdd95fabcf64ab /sonar-core | |
parent | b5f6facd4b7070ea08c7a280d1f402ee1ad37373 (diff) | |
download | sonarqube-58f565c07537f6183e792da6ffb0d47c3766f78c.tar.gz sonarqube-58f565c07537f6183e792da6ffb0d47c3766f78c.zip |
Fix description of background tasks page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
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 5e755d935b2..ddd4525e772 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2573,7 +2573,7 @@ background_task.type.DEV_REFRESH=Developer Analysis background_task.type.DEV_PURGE=Developer Cleaning background_tasks.page=Background Tasks -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.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 and their status. 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 |