diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-04-13 13:36:04 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-04-13 13:36:12 +0200 |
commit | 4fabf1ed5f71619481f54b95cd1b6ce447d81799 (patch) | |
tree | 5f6fb15ceddc146acd71e11d0abf7a8784e2f81a /sonar-core | |
parent | df728b2edfc519075112cc157e4d7fe23fe514cb (diff) | |
download | sonarqube-4fabf1ed5f71619481f54b95cd1b6ce447d81799.tar.gz sonarqube-4fabf1ed5f71619481f54b95cd1b6ce447d81799.zip |
SONAR-5851 clean up profiles ui
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 e53516e2b18..bd28ae542db 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1737,7 +1737,7 @@ quality_profiles.name_for_new_profile=Name for the new profile quality_profiles.delete_confirm_title=Delete Profile quality_profiles.are_you_sure_want_delete_profile_x_and_descendants=Are you sure that you want to delete the profile "{0}" and all its descendants? quality_profiles.editing_profile=Editing profile -quality_profiles.profile_inheritance=Profile inheritance +quality_profiles.profile_inheritance=Inheritance quality_profiles.available_projects=Available projects quality_profiles.associated_projects=Associated projects quality_profiles.no_projects_associated_to_profile_x=No projects are explicitly associated to the profile "{0}". |