diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-07-26 16:11:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 16:11:54 +0200 |
commit | fcba3fa1650b1afc794094e20764191ae8bca910 (patch) | |
tree | 3e6dfea548aa8a38212441d70746e3dcaf343dc1 /sonar-core | |
parent | 9ee9a01b05f97f024748173529689f6e6535e635 (diff) | |
download | sonarqube-fcba3fa1650b1afc794094e20764191ae8bca910.tar.gz sonarqube-fcba3fa1650b1afc794094e20764191ae8bca910.zip |
SONAR-7918 Rewrite "Deletion" project page (#1116)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 2 insertions, 4 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 c2ed6ed763c..94cab9055d4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -508,8 +508,7 @@ bulk_deletion.page.description=Use this page to delete multiple projects at once update_key.page=Update Key update_key.page.description=Edit the keys of a project and/or its modules. Key changes must be made here BEFORE analyzing the project with the new keys, otherwise the analysis will simply create another project with the new key, rather than updating the existing project. deletion.page=Deletion -project_deletion.page=Delete {0} -project_deletion.page.description=Delete this project from the SonarQube database. +project_deletion.page.description=Delete this project from SonarQube. The operation cannot be undone. provisioning.page=Provisioning provisioning.page.description=Use this page to initialize projects if you would like to configure them before the first analysis. Once a project is provisioned, you have access to perform all project configurations on it. @@ -1640,8 +1639,7 @@ project_quality_gate.default_qgate=Default # #------------------------------------------------------------------------------ -project_deletion.operation_cannot_be_undone=This operation can not be undone. -project_deletion.delete_resource_confirmation=Are you sure you want to delete this {0}? +project_deletion.delete_resource_confirmation=Are you sure you want to delete "{0}"? #------------------------------------------------------------------------------ |