diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-01 15:44:40 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2017-09-12 11:34:57 +0200 |
commit | 422e26e20affebc29921f6bd5adf5a72fb95daf1 (patch) | |
tree | 72948260fbbc5c41eaf803add2ba032d734055dc /sonar-core/src | |
parent | 44fa970b790a3b8734e65a08e50be54499afe4af (diff) | |
download | sonarqube-422e26e20affebc29921f6bd5adf5a72fb95daf1.tar.gz sonarqube-422e26e20affebc29921f6bd5adf5a72fb95daf1.zip |
SONAR-9702 better display of orphan branches
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 8917fc328fa..1f910f09b52 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3171,3 +3171,6 @@ branches.delete=Delete Branch branches.delete.are_you_sure=Are you sure you want to delete branch "{0}"? branches.rename=Rename Branch branches.manage=Manage branches +branches.orphan_branch=Orphan Branch +branches.orphan_branches=Orphan Branches +branches.orphan_branches.tooltip=When a target branch of a short-living branch was deleted, this short-living branch becomes orphan. |