From b57ee37dd982fd4acdf550d8ceda9af45e516a91 Mon Sep 17 00:00:00 2001 From: ptoonen Date: Wed, 27 May 2015 11:03:56 +0200 Subject: [PATCH] Fixed typo typo in quality_profiles.deleted_profile --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 07880341d8b..7b608eda589 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1773,7 +1773,7 @@ quality_profiles.changelog.ACTIVATED=Activated quality_profiles.changelog.DEACTIVATED=Deactivated quality_profiles.changelog.UPDATED=Updated quality_profiles.changelog.parameter_reset_to_default_value_x=Parameter {0} reset to default value -quality_profiles.deleted_profile=The profile {0} doesn't exists anymore +quality_profiles.deleted_profile=The profile {0} doesn't exist anymore quality_profiles.projects_for_default=Every project not specifically associated to a quality profile will be associated to this one by default. quality_profiles.projects_for_default.edit=You must not select specific projects for the default quality profile. quality_profiles.inherits=Inherits "{0}" -- 2.39.5