diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-08-27 12:28:05 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-08-27 13:50:11 +0200 |
commit | bc14bd9bdfa9c983a0dc21d6e2b2d0d9a3f487cd (patch) | |
tree | e0eb6b51d2f4fc34db5abd804cd2a52e5af969a6 /sonar-core | |
parent | e81b5dbc4f725a6bfbd495f69c61d0e8510f9667 (diff) | |
download | sonarqube-bc14bd9bdfa9c983a0dc21d6e2b2d0d9a3f487cd.tar.gz sonarqube-bc14bd9bdfa9c983a0dc21d6e2b2d0d9a3f487cd.zip |
fix SONAR-6203 Manual Metrics of type Level and Text can't be displayed using 'Custom Measures' widget
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 12 insertions, 0 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 58d6c50ea00..8931869679c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -395,6 +395,18 @@ qualifiers.update.DEV=Update Developer #------------------------------------------------------------------------------ # +# LEVELS +# +#------------------------------------------------------------------------------ + +level.OK=Ok +level.WARN=Warning +level.ERROR=Error + + + +#------------------------------------------------------------------------------ +# # PROJECT LINKS # #------------------------------------------------------------------------------ |