diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-07-01 15:33:22 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-07-01 16:47:23 +0200 |
commit | 47b3076a115c8c90863c5dbab6e7f9515d0df738 (patch) | |
tree | b97b6ea6f5b82db037984b032f8447f588aba361 /sonar-core | |
parent | 92f76d9ce9a915089dbab02296c22959b469480a (diff) | |
download | sonarqube-47b3076a115c8c90863c5dbab6e7f9515d0df738.tar.gz sonarqube-47b3076a115c8c90863c5dbab6e7f9515d0df738.zip |
apply feedback for the quality profiles page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 1 insertions, 2 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 a4a27c7dfd9..224f9dac244 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1733,7 +1733,7 @@ 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.rename_x_title=Rename Profile {0} - {1} -quality_profiles.restore_built_in_profiles=Restore Built-in +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} built-in profiles? quality_profiles.restore_built_in_profiles_success_message={0} built-in profiles have been restored. quality_profiles.including=including @@ -1755,7 +1755,6 @@ quality_profiles.projects_for_default.edit=You must not select specific projects quality_profiles.inherits=Inherits "{0}" quality_profile.x_rules={0} rules quality_profile.x_active_rules={0} active rules -quality_profile.total_active_rules=Total Active Rules quality_profiles.x_overridden_rules={0} overridden rules quality_profiles.change_parent=Change Parent quality_profiles.all_profiles=All Profiles |