diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-28 14:03:01 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-28 14:43:57 +0200 |
commit | 9cf7263952699bf4d617922a771f0640d7bb4389 (patch) | |
tree | fd444347775ec67c2725bb2228abd5eb245c9be6 | |
parent | a6d0c26ddb5d215c387ae4b455ee4b242afe3554 (diff) | |
download | sonarqube-9cf7263952699bf4d617922a771f0640d7bb4389.tar.gz sonarqube-9cf7263952699bf4d617922a771f0640d7bb4389.zip |
SONAR-75 fix l10n bundle
-rw-r--r-- | plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties b/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties index ffaf6825582..eca2bc256e9 100644 --- a/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties +++ b/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties @@ -595,7 +595,7 @@ quality_profiles.profile_x_deleted=Profile "{0}" is deleted. quality_profiles.default_profile_is_x=Default profile is "{0}". quality_profiles.profile_x_not_activated=Profile "{0}" is created but not activated. quality_profiles.please_upload_backup_file=Please upload a backup file. -quality_profiles.profile_x_associated_to_x_projects=Profile "{0}" associated to {0} projects. +quality_profiles.profile_x_associated_to_x_projects=Profile "{0}" associated to {1} projects. quality_profiles.profile_name_cant_be_blank=Profile name can not be blank. quality_profiles.profile_name_already_exists=This profile name already exists. quality_profiles.new_name=New name |