aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2022-10-11 12:01:24 +0200
committersonartech <sonartech@sonarsource.com>2022-10-12 20:03:43 +0000
commit9267135dcdbb2de1ba7512a9334eb55df07b9d0c (patch)
treed39d42f926edd93150843a89473f734ea0e2b603 /sonar-core/src
parent441fa3139bf0a2ceb7a450ae8e894afa737844d6 (diff)
downloadsonarqube-9267135dcdbb2de1ba7512a9334eb55df07b9d0c.tar.gz
sonarqube-9267135dcdbb2de1ba7512a9334eb55df07b9d0c.zip
SONAR-16966 Device-dependent event handlers are used
SONAR-16963 Programmatic label does not convey purpose of control
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties10
1 files changed, 5 insertions, 5 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 10b53c4f0a8..52dd8eba7df 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2904,11 +2904,11 @@ source_viewer.tooltip.no_information_about_tests=There is no extra information a
source_viewer.tooltip.scm.commited_on=Committed on
source_viewer.tooltip.scm.revision=Revision
-source_viewer.issues_on_line.multiple_issues=There are multiple issues on this line.
-source_viewer.issues_on_line.issue_of_type_X=There is a {0} on this line
-source_viewer.issues_on_line.X_issues_of_type_Y=There are {0} {1} on this line
-source_viewer.issues_on_line.show=Click to show all issues on this line
-source_viewer.issues_on_line.hide=Click to hide all issues on this line
+source_viewer.issues_on_line.multiple_issues={0} multiple issues on this line.
+source_viewer.issues_on_line.issue_of_type_X={0} {1} on this line
+source_viewer.issues_on_line.X_issues_of_type_Y={0} {1} {2} on this line
+source_viewer.issues_on_line.show=Show
+source_viewer.issues_on_line.hide=Hide
source_viewer.load_more_code=Load More Code
source_viewer.loading_more_code=Loading More Code...