From 051bfcaaf9c148d2e845f204f86b4d2fc82aa726 Mon Sep 17 00:00:00 2001 From: Mathieu Suen Date: Thu, 25 Aug 2022 11:37:01 +0200 Subject: [PATCH] SONAR-16790 Programmatic label does not convey purpose of control --- 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 40386d87071..55fa7879a30 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2854,8 +2854,8 @@ source_viewer.issues_on_line.hide=Click to hide all issues on this line source_viewer.load_more_code=Load More Code source_viewer.loading_more_code=Loading More Code... -source_viewer.expand_above=Expand above -source_viewer.expand_below=Expand below +source_viewer.expand_above=Show previous few lines of code +source_viewer.expand_below=Show next few lines of code #------------------------------------------------------------------------------ # -- 2.39.5