diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-01 17:27:07 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-01 17:27:48 +0200 |
commit | 3e87a7151696d1a4aaa85ce314b74d5cc62f1309 (patch) | |
tree | 6b4cfe07b2d4345386bdedf0740dfa890ea6097f /sonar-server | |
parent | c8c4752cf3f27fb4b0acf1234208127934689568 (diff) | |
download | sonarqube-3e87a7151696d1a4aaa85ce314b74d5cc62f1309.tar.gz sonarqube-3e87a7151696d1a4aaa85ce314b74d5cc62f1309.zip |
SONAR-75 Remove unused French GWT properties + add method Metric.Builder#setUserManaged(boolean)
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb index 614d6b21824..024f82c56df 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb @@ -76,7 +76,7 @@ class Metric < ActiveRecord::Base return localeMap[locale] if not localeMap.nil? and localeMap.has_key?(locale) - i18n_key = 'domain.' + to_translate + i18n_key = 'metric_domain.' + to_translate result = Api::Utils.message(i18n_key, :default => to_translate) localeMap[locale] = result if localeMap result |