diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-09 16:38:22 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-14 14:51:32 +0200 |
commit | f579e78c343c3d05015d07d1917e9d37f557e462 (patch) | |
tree | 5bda4fb0d78d8a3a339b46203daa4cfc813df2cf /sonar-core | |
parent | 5e7744ae006b41948359fe60841e8e66701fc5f9 (diff) | |
download | sonarqube-f579e78c343c3d05015d07d1917e9d37f557e462.tar.gz sonarqube-f579e78c343c3d05015d07d1917e9d37f557e462.zip |
SONAR-5593 Better handling of profile overwrite on copy
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 5c7a8ea6563..bd72fe78a44 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1640,6 +1640,8 @@ quality_profiles.remove_projects_confirm_message=Are you sure that you want to d quality_profiles.remove_projects_confirm_button=Remove All quality_profiles.copy_x_title=Copy Profile {0} quality_profiles.copy_new_name=New name +quality_profiles.copy_overwrite_x=You are about to copy this quality profile into the existing "{0}" profile, which will fully overwrite it. Please confirm the name if you want to overwrite, or choose another name. +quality_profiles.copy_x_overwritten=Profile '{0}' has been overwritten. quality_profiles.restore_built_in_profiles=Restore Built-in Profiles quality_profiles.restore_built_in_profiles_confirmation=Are you sure you want to restore '{0}' profile(s) for '{1}' ? quality_profiles.including=including |