diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-02 11:12:44 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-02 11:12:44 +0200 |
commit | 15dc68447679356f1cffe9107e189eb7cb75c6f9 (patch) | |
tree | 39a22dfc3a20e212ae922d28b06bf91eebb6a6d5 | |
parent | 3e87a7151696d1a4aaa85ce314b74d5cc62f1309 (diff) | |
download | sonarqube-15dc68447679356f1cffe9107e189eb7cb75c6f9.tar.gz sonarqube-15dc68447679356f1cffe9107e189eb7cb75c6f9.zip |
SONAR-75 Fix hotspot page
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/gwt.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/gwt.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/gwt.properties index 00c2e64404a..2302d571fac 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/gwt.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/gwt.properties @@ -39,7 +39,7 @@ dupl.colFile=File # Hotspots -hotspot.mostViolatedRules=Most violated rules +hotspot.titleMostViolatedRules=Most violated rules hotspot.titleMostViolatedResources=Most violated hotspot.titleLongestTests=Longest unit tests hotspot.titleMostComplexResources=Highest complexity |