diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-22 13:56:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 13:56:45 +0200 |
commit | 94f500e0091bc438c306ee76454c5395d223fe30 (patch) | |
tree | 524b75969a1455f6410c5c6d14ccc9979e871c1b /sonar-core | |
parent | 93044147ce1178f75054ed27eb520c3ec8fb30dc (diff) | |
download | sonarqube-94f500e0091bc438c306ee76454c5395d223fe30.tar.gz sonarqube-94f500e0091bc438c306ee76454c5395d223fe30.zip |
apply branches feedback (#2535)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 68f658bbffa..ec8038ea2ec 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,13 @@ 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.settings_hint=To administrate your branches, you have to go to your main branch's {link} tab. -branches.settings_hint_tab=Administration > Branches +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 #------------------------------------------------------------------------------ |