From 1d23f3331bee41ae178ef3d294670435dc59a6f6 Mon Sep 17 00:00:00 2001 From: David Cho-Lerat Date: Mon, 28 Aug 2023 16:43:38 +0200 Subject: [PATCH] SONAR-19930 New code definition: Simplify title above list of choices --- .../src/main/resources/org/sonar/l10n/core.properties | 8 ++++---- 1 file 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 -- 2.39.5