aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-05-23 08:19:54 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-05-23 10:32:09 +0200
commit84026b6f1c006c925c632449d070076655e8ad51 (patch)
treead7fd8c4c5ae9cca2bb2e3dd787b96af865d870a /sonar-core
parentd28adafed84b490a9fa5e52997da45eddce22121 (diff)
downloadsonarqube-84026b6f1c006c925c632449d070076655e8ad51.tar.gz
sonarqube-84026b6f1c006c925c632449d070076655e8ad51.zip
Fix wording in risk bubble chart and permission template tooltips
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 4b45a83585e..1ed38b49f5f 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -866,7 +866,7 @@ projects.view.list=List
projects.view.visualizations=Visualizations
projects.worse_of_reliablity_and_security=Worse of Reliability and Security
projects.visualization.risk=Risk
-projects.visualization.risk.description=Get quick insights into the operational risks in your projects. Any color but green indicates immediate risks: Bugs or Vulnerabilities that should be examined. A position at the top or right of the graph means that the longer-term health of the project may be at risk. Small green bubbles at the bottom-left are best.
+projects.visualization.risk.description=Get quick insights into the operational risks in your projects. Any color but green indicates immediate risks: Bugs or Vulnerabilities that should be examined. A position at the top or right of the graph means that the longer-term health of the project may be at risk. Green bubbles at the bottom-left are best.
projects.visualization.reliability=Reliability
projects.visualization.reliability.description=See bugs' operational risks to your projects. The closer a bubble's color is to red, the more severe the worst bugs in the project. Bubble size indicates bug volume in the project, and each bubble's vertical position reflects the estimated time to address the bugs in the project. Small green bubbles on the bottom edge are best.
projects.visualization.security=Security
@@ -2446,7 +2446,7 @@ projects_role.turn_x_to_public=Turn "{0}" to Public
projects_role.turn_project_to_public=Turn Project to Public
projects_role.are_you_sure_to_turn_project_to_public=Are you sure you want to turn your project to public?
projects_role.are_you_sure_to_turn_project_to_public.2=Everybody will be able to browse and see the source code of your project.
-projects_role.public_projects_warning=This permission is always granted by default to everybody (anonymous or authenticated user) for public projects. Therefore, the selection made on this page will be applied to private projects only.
+projects_role.public_projects_warning=This permission is always granted by default to everybody (anonymous and authenticated users) for public projects. Therefore, the selection made on this page will be applied to private projects only.