diff options
author | ptoonen <post@ptoonen.nl> | 2015-05-27 11:03:56 +0200 |
---|---|---|
committer | ptoonen <post@ptoonen.nl> | 2015-05-27 11:03:56 +0200 |
commit | b57ee37dd982fd4acdf550d8ceda9af45e516a91 (patch) | |
tree | bf266defaf896d633dc9aa7c7df7d86981af26df /sonar-core | |
parent | b24b0f142fd8b43e3c5ee7fefbcfae16e354d319 (diff) | |
download | sonarqube-b57ee37dd982fd4acdf550d8ceda9af45e516a91.tar.gz sonarqube-b57ee37dd982fd4acdf550d8ceda9af45e516a91.zip |
Fixed typo
typo in quality_profiles.deleted_profile
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 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 <strong>{0}</strong> 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}" |