diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-07-31 10:51:05 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-07-31 10:51:13 +0200 |
commit | 1c2ee1119325e56aff63571094c3ad897d408c8c (patch) | |
tree | 82e225b7b61f8c07f3e75cbaeba66ecb12fa5088 /sonar-core | |
parent | f29c36073b923b4ad722e814602e656416b2424b (diff) | |
download | sonarqube-1c2ee1119325e56aff63571094c3ad897d408c8c.tar.gz sonarqube-1c2ee1119325e56aff63571094c3ad897d408c8c.zip |
show a message when there are no quality profiles
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 a42b35c4070..e7bcba4207d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1811,6 +1811,7 @@ quality_profiles.change_parent=Change Parent quality_profiles.all_profiles=All Profiles quality_profiles.x_profiles={0} Profiles quality_profiles.x_projects={0} projects +quality_profiles.no_results=No profiles found. Try installing a language plugin. |