summaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-09-25 11:43:24 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-09-25 13:40:46 +0200
commit3fe5d569ca87b58e1cfbb9253abe6a8c5c912230 (patch)
tree23b8f180e2cb136326e67c1864de758ab659fe7c /sonar-core
parent3882435f10d70ef47f4b189b9d032119335e5130 (diff)
downloadsonarqube-3fe5d569ca87b58e1cfbb9253abe6a8c5c912230.tar.gz
sonarqube-3fe5d569ca87b58e1cfbb9253abe6a8c5c912230.zip
revert changes of branches administration
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 3 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 34add05186a..eb6a8c88bfa 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3178,13 +3178,14 @@ branches.no_support.header.text=Analyze each branch of your project separately w
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.
branches.main_branch=Main Branch
branches.branch_settings=Branch Settings
-branches.settings_hint=To administrate your project, you have to go to your main branch's {link} tab.
-branches.settings_hint_tab=Administration
+branches.settings_hint=To administrate your branches, you have to go to your main branch's {link} tab.
+branches.settings_hint_tab=Administration > Branches
#------------------------------------------------------------------------------