Browse Source

GOV-327 Allow deletion of referenced views (#141)

tags/7.5
Eric Hartmann 6 years ago
parent
commit
d2a293cddf
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sonar-core/src/main/resources/org/sonar/l10n/core.properties

+ 2
- 2
sonar-core/src/main/resources/org/sonar/l10n/core.properties View File

@@ -492,8 +492,8 @@ 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.description=Delete this project. The operation cannot be undone.
portfolio_deletion.page.description=Delete this portfolio. Component projects and Local Reference Portfolios will not be deleted, but component Standard Portfolios will be deleted. This operation cannot be undone.
application_deletion.page.description=Delete this application. Application projects will not be deleted. This operation cannot be undone.
portfolio_deletion.page.description=This portfolio and its sub-portfolios will be deleted. If this portfolio is referenced by other entities, it will be removed from them. Independent entities referenced by this portfolio, such as projects and other top-level portfolios will not be deleted. This operation cannot be undone.
application_deletion.page.description=Delete this application. Application projects will not be deleted. Projects referenced by this application will not be deleted. This operation cannot be undone.
project_branches.page=Branches & Pull Requests
project_branches.page.description=Use this page to manage project branches and pull requests.
project_branches.page.life_time=Short-lived branches and pull requests are permanently deleted after {days} days without analysis.

Loading…
Cancel
Save