aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.Com>2018-04-18 09:08:50 +0200
committerSonarTech <sonartech@sonarsource.com>2018-04-18 20:20:53 +0200
commitd2a293cddf80582a1ee5a9397080611696b5a1c2 (patch)
tree8f2af5c62c2178f5cf58cab8f8d4e8b40277f348 /sonar-core
parent8efeb32ba9dbfe0ebb8d834180f4cc33b0ebbf6b (diff)
downloadsonarqube-d2a293cddf80582a1ee5a9397080611696b5a1c2.tar.gz
sonarqube-d2a293cddf80582a1ee5a9397080611696b5a1c2.zip
GOV-327 Allow deletion of referenced views (#141)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 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 15d901dfebf..4d057e24809 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -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.