diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2023-08-28 16:43:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-29 20:03:08 +0000 |
commit | 1d23f3331bee41ae178ef3d294670435dc59a6f6 (patch) | |
tree | 474dfbf2b3379376373469f6fc78fc5e169c7f41 /sonar-core/src | |
parent | dc1c42dca42ec2d5d6e4cedd0fdfcc26b58946e2 (diff) | |
download | sonarqube-1d23f3331bee41ae178ef3d294670435dc59a6f6.tar.gz sonarqube-1d23f3331bee41ae178ef3d294670435dc59a6f6.zip |
SONAR-19930 New code definition: Simplify title above list of choices
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 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 6387ddcdb20..3538296fccf 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -648,7 +648,7 @@ project_baseline.page=New Code project_baseline.page.description=The new code definition sets which part of your code will be considered new code. project_baseline.page.description2=You can adjust this setting globally in {link}. project_baseline.page.description2.link=General Settings -project_baseline.page.question=What should be the baseline for new code for this project? +project_baseline.page.question=Choose the baseline for new code for this project project_baseline.default_setting=Project setting project_baseline.global_setting=Use the global setting project_baseline.specific_setting=Define a specific setting for this project @@ -694,7 +694,7 @@ branch_list.show_actions_for_x=Show actions for branch {0} branch_list.default_setting=Project setting baseline.new_code_period_for_branch_x=New Code for {0} -baseline.new_code_period_for_branch_x.question=What should be the baseline for new code for this branch? +baseline.new_code_period_for_branch_x.question=Choose the baseline for new code for this branch baseline.analysis_from=Analysis from: baseline.branch_analyses.ranges.30days=Last 30 days baseline.branch_analyses.ranges.allTime=All time @@ -1361,7 +1361,7 @@ settings.new_code_period.description1=This helps you focus attention on the most settings.new_code_period.description2=A specific new code definition can be configured at project level. settings.new_code_period.description3=Learn more: {link} settings.new_code_period.description3.link=Defining New Code -settings.new_code_period.question=What should be the baseline for new code for all projects by default? +settings.new_code_period.question=Choose the baseline for new code for all projects by default settings.languages.select_a_language_placeholder=Select a language @@ -3942,7 +3942,7 @@ footer.web_api=Web API # NEW CODE DEFINITION # #------------------------------------------------------------------------------ -new_code_definition.question=What should be the baseline for new code for this project? +new_code_definition.question=Choose the baseline for new code for this project new_code_definition.global_setting=Use the global setting new_code_definition.specific_setting=Define a specific setting for this project |