aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com>2017-05-24 08:02:02 +0200
committerssjenka <ssjenka@ops-slave-fedora25-1.internal.sonarsource.com>2017-05-24 08:02:02 +0200
commita318f6e5bd901174d72ab6c80df720bc2faca907 (patch)
tree63f8b14cc4fab00383a28d0543d202ca0de67af6 /sonar-core
parent72da23ae2c19fd583c37aa36b98277829d7f2672 (diff)
parent84026b6f1c006c925c632449d070076655e8ad51 (diff)
downloadsonarqube-a318f6e5bd901174d72ab6c80df720bc2faca907.tar.gz
sonarqube-a318f6e5bd901174d72ab6c80df720bc2faca907.zip
Automatic merge from branch-6.4
* origin/branch-6.4: Fix wording in risk bubble chart and permission template tooltips Fix projects page cards links while loading
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.