From a8087e5f41a3797a236bbb49da20650e95c8cae0 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Tue, 22 Aug 2023 10:18:32 +0200 Subject: [PATCH] SONAR-20023 Fix typos in tooltips --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 ++-- 1 file changed, 2 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 4047bbad5f9..cf66043eb55 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1009,7 +1009,7 @@ issue.clean_code_attribute.COMPLETE.title=This is an intentionality issue, the c issue.clean_code_attribute.COMPLETE.advice=To be complete, the code must be functional and achieve its implied goals through comprehensive, adequate, and thorough code constructs. issue.clean_code_attribute.CONVENTIONAL=Not conventional issue.clean_code_attribute.CONVENTIONAL.title=This is a consistency issue, the code is not conventional enough. -issue.clean_code_attribute.CONVENTIONAL.advice=To be conventional, the code needs to tasks with expected instructions, and adhere to a single choice across all instances when faced with equally good options. +issue.clean_code_attribute.CONVENTIONAL.advice=To be conventional, the code needs to perform tasks with expected instructions, and adhere to a single choice across all instances when faced with equally good options. issue.clean_code_attribute.DISTINCT=Not distinct issue.clean_code_attribute.DISTINCT.title=This is an adaptability issue, the code is not distinct enough. issue.clean_code_attribute.DISTINCT.advice=To be distinct, the code needs to have procedures and data that are unique and distinctive, without undue duplication. @@ -1175,7 +1175,7 @@ issues.facet.createdAt.bar_description={0} issues from {1} to {2} issues.facet.authors=Author issues.facet.impactSeverities=Severity issues.facet.impactSeverities.help.line1=Severities are now directly tied to the software quality impacted. This means that one software quality impacted has one severity. -issues.facet.impactSeverities.help.line2=There are three only 3 levels: high, medium, and low. +issues.facet.impactSeverities.help.line2=There are only three levels: high, medium, and low. issues.facet.issues=Issue Key issues.facet.mode=Display Mode issues.facet.mode.count=Issues -- 2.39.5