]> source.dussan.org Git - sonarqube.git/commitdiff
Fix description of background tasks page
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 7 Feb 2017 21:54:00 +0000 (22:54 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 7 Feb 2017 21:54:00 +0000 (22:54 +0100)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 5e755d935b23e53d90c75fd1e0b87ed5ddd405bf..ddd4525e77229348247bd0582a88283bbb55027c 100644 (file)
@@ -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