aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-09-21 16:37:41 +0200
committerDavid Gageot <david@gageot.net>2012-09-24 08:55:17 +0200
commitd31b9336e988b1264367d580f5965dfeeba600a4 (patch)
treeb2809f512811dc6c88757a13069cd91965507c21 /plugins/sonar-core-plugin/src
parenta6b98f405d64bcaec46003fd728113a9ea2feaf0 (diff)
downloadsonarqube-d31b9336e988b1264367d580f5965dfeeba600a4.tar.gz
sonarqube-d31b9336e988b1264367d580f5965dfeeba600a4.zip
SONAR-3754 Better look for special settings pages
Diffstat (limited to 'plugins/sonar-core-plugin/src')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index f9088055607..1fa003ce918 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -322,7 +322,6 @@ my_profile.page=My Profile
roles.page=Roles
project_settings.page=Settings
project_links.page=Links
-project_exclusions.page=Exclusions
project_history.page=History
quality_profiles.page=Quality Profiles
reviews.page=Reviews
@@ -578,8 +577,8 @@ property.category.duplications=Duplications
property.category.localization=Localization
property.category.server_id=Server ID
property.category.exclusions=Exclusions
-property.sonar.exclusions.name=Exclusions
-property.sonar.exclusions.description=Exclude sources from code analysis. Changes will be applied during next code analysis.
+property.sonar.exclusions.name=Exclude sources from code analysis
+property.sonar.exclusions.description=Changes will be applied during next code analysis.
property.sonar.exclusions.help=<h2>Wildcards</h2>\
<p>Following rules are applied:</p>\
<table class="data">\