aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2015-10-19 08:01:13 +0200
committerJenkins CI <ci@sonarsource.com>2015-10-19 08:01:13 +0200
commitf0f585d25d40d6117e586167f5f42c93978060f8 (patch)
tree10bbc946f8396d9067043f29ba3b54cd8b157010 /sonar-core
parentbe6bb0b97dc41ca7e21238a34abcd17e7facd480 (diff)
parent11d92d774618e7ac47d06d27e2ff8e363fb02b77 (diff)
downloadsonarqube-f0f585d25d40d6117e586167f5f42c93978060f8.tar.gz
sonarqube-f0f585d25d40d6117e586167f5f42c93978060f8.zip
Automatic merge from branch-5.2
* origin/branch-5.2: fix reset of TreeRootHolderRule + reduce duplication reduce polling time of Compute Engine scheduler from 10s to 2 add name to thread used by NotificationService fix duplicated SqlSessionFactory in memory minor fix in MutableAnalysisMetadataHolder#setAnalysisDate javadoc do not reload profile details when selecting a project, fix tooltips improve readability of language selection on the profiles page fix capitalization inconsistency of the notification dispatcher names fix error in JsonWriter usage description in javadoc of WebService
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 4 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 241cfb7725b..6d52e0d462c 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1821,6 +1821,9 @@ quality_profiles.all_profiles=All Profiles
quality_profiles.x_profiles={0} Profiles
quality_profiles.x_projects={0} projects
quality_profiles.no_results=No profiles found. Try installing a language plugin.
+quality_profiles.projects.select_hint=Click to associate this project with the quality profile
+quality_profiles.projects.deselect_hint=Click to remove association between this project and the quality profile
+
@@ -2087,7 +2090,7 @@ notification.dispatcher.ChangesOnMyIssue=Changes in issues assigned to me or rep
notification.dispatcher.NewIssues=New issues
notification.dispatcher.NewAlerts=New quality gate status
notification.dispatcher.NewFalsePositiveIssue=Issues resolved as false positive or won't fix
-notification.dispatcher.SQ-MyNewIssues=My New Issues
+notification.dispatcher.SQ-MyNewIssues=My new issues
#------------------------------------------------------------------------------