summaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorPascal Mugnier <pascal.mugnier@sonarsource.com>2018-04-19 10:10:23 +0200
committerSonarTech <sonartech@sonarsource.com>2018-04-24 20:20:46 +0200
commitfd961a51b94ebcc2811e833a683ca2a538cace02 (patch)
treef6d9c744fd38955956cfbb18370301322aa259b1 /sonar-core
parent13fa00a308984cd58ec86b380addb23b6ecfe0d5 (diff)
downloadsonarqube-fd961a51b94ebcc2811e833a683ca2a538cace02.tar.gz
sonarqube-fd961a51b94ebcc2811e833a683ca2a538cace02.zip
SONAR-10606 If a project has no analysis, it displays the wrong message
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 3 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 4d057e24809..48c48a804ff 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2315,6 +2315,9 @@ overview.project_key.TRK=Project Key
overview.project_key.BRC=Sub-Project Key
overview.project_key.DIR=Directory Key
+overview.project.no_lines_of_code=This project as no lines of code.
+overview.project.empty=This project is empty.
+
overview.metric.code_smells=Code Smells
overview.metric.new_code_smells=New Code Smells
overview.metric.bugs=Bugs