diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-04 17:24:20 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-04 17:24:20 +0200 |
commit | 832c2b63015dd598fe27841afe2f0009d6912f2e (patch) | |
tree | 6279d0e109bd7e4bdf1f1bf282d80d6653eed2b6 | |
parent | 7eead2df4c1c15ec27b89935165dc56ae005722d (diff) | |
download | sonarqube-832c2b63015dd598fe27841afe2f0009d6912f2e.tar.gz sonarqube-832c2b63015dd598fe27841afe2f0009d6912f2e.zip |
Minor changes on labels
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 3 | ||||
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 7e60f08f1c5..d0228a89edd 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -270,6 +270,7 @@ coverage.page=Coverage default_dashboards.page=Default dashboards default_filters.page=Default filters dependencies.page=Dependencies +email_configuration.page=Email settings event_categories.page=Event categories filters.page=Filters filters.size=Size @@ -291,7 +292,7 @@ users.page=Users violations.page=Violations violations_drilldown.page=Violations drilldown update_center.page=Update Center -email_configuration.page=Email configuration + # GWT pages org.sonar.plugins.core.hotspots.GwtHotspots.page=Hotspots diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index f79c389acd1..45a25935387 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -136,7 +136,7 @@ sonar.jdbc.timeBetweenEvictionRunsMillis: 30000 #http.proxyPassword= #--------------------------------------------------------- -# NOTIFICATION SERVICE +# NOTIFICATIONS #--------------------------------------------------------- # Delay (in seconds) between processing of notification queue |