diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-07-27 16:18:31 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-07-28 13:41:48 +0200 |
commit | ded12c6fbc1f99c8ba1e0f4f57bc4dc9b36ece1b (patch) | |
tree | ba5af8a3c7728527efa47989297d627f8da4fae2 /sonar-core | |
parent | e781c007414fe556ddb2c6cda86001aa6e35cca1 (diff) | |
download | sonarqube-ded12c6fbc1f99c8ba1e0f4f57bc4dc9b36ece1b.tar.gz sonarqube-ded12c6fbc1f99c8ba1e0f4f57bc4dc9b36ece1b.zip |
show a warning when delete a quality profile with descendants
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 f1f2ce12e86..a42b35c4070 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1750,7 +1750,9 @@ quality_profiles.profile_name_cant_be_blank=Profile name can not be blank. quality_profiles.new_name=New name 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=Are you sure that you want to delete the profile "{0}"? 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.this_profile_has_descendants=This profile has descendants. quality_profiles.editing_profile=Editing profile quality_profiles.profile_inheritance=Inheritance quality_profiles.available_projects=Available projects |