diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-25 15:51:44 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-25 16:03:35 +0200 |
commit | 25a221af79dabe8cdff5dc07080f69eb1c580c0e (patch) | |
tree | 248bbcf9bd6ba9ea96b08c7ef785a42a62f9957d /sonar-core | |
parent | c26e5ebef93099f1d845404d85e0bee7061e23a5 (diff) | |
download | sonarqube-25a221af79dabe8cdff5dc07080f69eb1c580c0e.tar.gz sonarqube-25a221af79dabe8cdff5dc07080f69eb1c580c0e.zip |
SONAR-4764 Add Java WS Client to restore default profiles
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 ffbf75fbfe3..3fa124b3aae 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1581,6 +1581,7 @@ quality_profiles.create_x_language_profile=Create {0} Profile quality_profiles.are_you_sure_want_x_profile_as_default=Are you sure that you want to set the profile "{0}" as default? quality_profiles.profile_x_created=Profile "{0}" created. Set it as default or link it to a project to use it for next measures. quality_profiles.already_exists=This profile already exists. +quality_profiles.profile_x_already_exists=Profile "{0}" already exists. quality_profiles.please_type_profile_name=Please type a profile name. quality_profiles.profile_x_deleted=Profile "{0}" is deleted. quality_profiles.default_profile_is_x=Default profile is "{0}". |